Html Css Color HEX #EA412C Cinnabar

📋 copy color: '#EA412C'

red 234 ◦ green 65 ◦ blue 44

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

Shades of Cinnabar #EA412C

Tints of Cinnabar #EA412C

RGB

 RED value IS 234 (91.8% from 255) = 68.22%

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

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 68.22%
G = 18.95%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA412C (or 0xEA412C) is known color: Cinnabar. HEX triplet: EA, 41 and 2C. RGB value is (234,65,44). Sum of RGB (Red+Green+Blue) = 234+65+44=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA412C is #15BED3. Grayscale: #717171. Windows color (decimal): -1425108 or 2900458. OLE color: 2900458.

HSL color Cylindrical-coordinate representation of color #EA412C: hue angle of 6.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA412C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 65 44 -
CMYK 0 0.72 0.81 0.08
HSL 6.63º 0.82% 0.55% -
HSV(B) 6.63º 0.81% 0.92% -
XYZ 36.28 21.45 4.61 -
YUV 113.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 234 65 44 0 0.72 0.81 0.08 6.63 0.82 0.55
Hex EA 41 2C 0 48 51 8 7 52 37
Octal 352 101 54 0 110 121 10 7 122 67
Binary 11101010 1000001 101100 0 1001000 1010001 1000 111 1010010 110111

Color Harmonies of #EA412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA412C

Black with #EA412C

Text Example


Text Example

White with #EA412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA412C; }

 p { color: rgb(234,65,44); }

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

background-color css

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

 a { background-color: rgb(234,65,44); }

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

border-color css

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

 span { border-color: rgb(234,65,44); }

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