Html Css Color HEX #E60B3A Crimson

📋 copy color: '#E60B3A'

red 230 ◦ green 11 ◦ blue 58

#E60B3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E60B3A

Tints of Crimson #E60B3A

RGB

 RED value IS 230 (90.23% from 255) = 76.92%

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 76.92%
G = 3.68%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E60B3A (or 0xE60B3A) is known color: Crimson. HEX triplet: E6, 0B and 3A. RGB value is (230,11,58). Sum of RGB (Red+Green+Blue) = 230+11+58=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B3A is #19F4C5. Grayscale: #515151. Windows color (decimal): -1701062 or 3804134. OLE color: 3804134.

HSL color Cylindrical-coordinate representation of color #E60B3A: hue angle of 347.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B3A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 58 -
CMYK 0 0.95 0.75 0.10
HSL 347.12º 0.91% 0.47% -
HSV(B) 347.12º 0.95% 0.9% -
XYZ 33.52 17.37 5.59 -
YUV 81.84 114.55 233.68 -
System Red Green Blue C M Y K H S L
Decimal 230 11 58 0 0.95 0.75 0.10 347.12 0.91 0.47
Hex E6 B 3A 0 5F 4B A 15B 5B 2F
Octal 346 13 72 0 137 113 12 533 133 57
Binary 11100110 1011 111010 0 1011111 1001011 1010 101011011 1011011 101111

Color Harmonies of #E60B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B3A

Black with #E60B3A

Text Example


Text Example

White with #E60B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B3A; }

 p { color: rgb(230,11,58); }

 H1.HeaderClassName
 {
   color: #E60B3A;
 }
 .AnyTagClassName
 {
   color: #E60B3A;
 }
</style>

background-color css

<style>
 a { background-color: #E60B3A; }

 a { background-color: rgb(230,11,58); }

 div.DivClassName
 {
   background-color: #E60B3A;
 }
 .BgClassName
 {
   background-color: #E60B3A;
 }
</style>

border-color css

<style>
 span { border-color: #E60B3A; }

 span { border-color: rgb(230,11,58); }

 td.TdClassName
 {
   border-color: #E60B3A;
 }
 .TagClassName
 {
   border-color: #E60B3A;
 }
</style>