Html Css Color HEX #EA432C Cinnabar

📋 copy color: '#EA432C'

red 234 ◦ green 67 ◦ blue 44

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

Shades of Cinnabar #EA432C

Tints of Cinnabar #EA432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

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

R = 67.83%
G = 19.42%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA432C (or 0xEA432C) is known color: Cinnabar. HEX triplet: EA, 43 and 2C. RGB value is (234,67,44). Sum of RGB (Red+Green+Blue) = 234+67+44=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA432C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA432C is #15BCD3. Grayscale: #727272. Windows color (decimal): -1424596 or 2900970. OLE color: 2900970.

HSL color Cylindrical-coordinate representation of color #EA432C: hue angle of 7.26º 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 #EA432C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 44 -
CMYK 0 0.71 0.81 0.08
HSL 7.26º 0.82% 0.55% -
HSV(B) 7.26º 0.81% 0.92% -
XYZ 36.39 21.69 4.65 -
YUV 114.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 234 67 44 0 0.71 0.81 0.08 7.26 0.82 0.55
Hex EA 43 2C 0 47 51 8 7 52 37
Octal 352 103 54 0 107 121 10 7 122 67
Binary 11101010 1000011 101100 0 1000111 1010001 1000 111 1010010 110111

Color Harmonies of #EA432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA432C

Black with #EA432C

Text Example


Text Example

White with #EA432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA432C; }

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

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

background-color css

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

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

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

border-color css

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

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

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