Html Css Color HEX #EA431E Cinnabar

📋 copy color: '#EA431E'

red 234 ◦ green 67 ◦ blue 30

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

Shades of Cinnabar #EA431E

Tints of Cinnabar #EA431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 70.69%
G = 20.24%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA431E (or 0xEA431E) is known color: Cinnabar. HEX triplet: EA, 43 and 1E. RGB value is (234,67,30). Sum of RGB (Red+Green+Blue) = 234+67+30=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA431E is #15BCE1. Grayscale: #717171. Windows color (decimal): -1424610 or 1983466. OLE color: 1983466.

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

Color convert

RGB 234 67 30 -
CMYK 0 0.71 0.87 0.08
HSL 10.88º 0.83% 0.52% -
HSV(B) 10.88º 0.87% 0.92% -
XYZ 36.17 21.6 3.49 -
YUV 112.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 234 67 30 0 0.71 0.87 0.08 10.88 0.83 0.52
Hex EA 43 1E 0 47 57 8 B 53 34
Octal 352 103 36 0 107 127 10 13 123 64
Binary 11101010 1000011 11110 0 1000111 1010111 1000 1011 1010011 110100

Color Harmonies of #EA431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA431E

Black with #EA431E

Text Example


Text Example

White with #EA431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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