Html Css Color HEX #EA4323 Cinnabar

📋 copy color: '#EA4323'

red 234 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #EA4323

Tints of Cinnabar #EA4323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 69.64%
G = 19.94%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4323 (or 0xEA4323) is known color: Cinnabar. HEX triplet: EA, 43 and 23. RGB value is (234,67,35). Sum of RGB (Red+Green+Blue) = 234+67+35=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4323 is #15BCDC. Grayscale: #717171. Windows color (decimal): -1424605 or 2311146. OLE color: 2311146.

HSL color Cylindrical-coordinate representation of color #EA4323: hue angle of 9.65º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4323 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 35 -
CMYK 0 0.71 0.85 0.08
HSL 9.65º 0.83% 0.53% -
HSV(B) 9.65º 0.85% 0.92% -
XYZ 36.24 21.63 3.85 -
YUV 113.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 234 67 35 0 0.71 0.85 0.08 9.65 0.83 0.53
Hex EA 43 23 0 47 55 8 A 53 35
Octal 352 103 43 0 107 125 10 12 123 65
Binary 11101010 1000011 100011 0 1000111 1010101 1000 1010 1010011 110101

Color Harmonies of #EA4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4323

Black with #EA4323

Text Example


Text Example

White with #EA4323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4323; }

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

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

background-color css

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

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

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

border-color css

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

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

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