Html Css Color HEX #E0412B Cinnabar

📋 copy color: '#E0412B'

red 224 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #E0412B

Tints of Cinnabar #E0412B

RGB

 RED value IS 224 (87.89% from 255) = 67.47%

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 67.47%
G = 19.58%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0412B (or 0xE0412B) is known color: Cinnabar. HEX triplet: E0, 41 and 2B. RGB value is (224,65,43). Sum of RGB (Red+Green+Blue) = 224+65+43=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0412B is #1FBED4. Grayscale: #6E6E6E. Windows color (decimal): -2080469 or 2834912. OLE color: 2834912.

HSL color Cylindrical-coordinate representation of color #E0412B: hue angle of 7.29º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0412B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 43 -
CMYK 0 0.71 0.81 0.12
HSL 7.29º 0.74% 0.52% -
HSV(B) 7.29º 0.81% 0.88% -
XYZ 33.07 19.8 4.36 -
YUV 110.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 224 65 43 0 0.71 0.81 0.12 7.29 0.74 0.52
Hex E0 41 2B 0 47 51 C 7 4A 34
Octal 340 101 53 0 107 121 14 7 112 64
Binary 11100000 1000001 101011 0 1000111 1010001 1100 111 1001010 110100

Color Harmonies of #E0412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0412B

Black with #E0412B

Text Example


Text Example

White with #E0412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0412B; }

 p { color: rgb(224,65,43); }

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

background-color css

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

 a { background-color: rgb(224,65,43); }

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

border-color css

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

 span { border-color: rgb(224,65,43); }

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