Html Css Color HEX #EA431F Cinnabar

📋 copy color: '#EA431F'

red 234 ◦ green 67 ◦ blue 31

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

Shades of Cinnabar #EA431F

Tints of Cinnabar #EA431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 70.48%
G = 20.18%
B = 9.34%

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

#EA431F (or 0xEA431F) is known color: Cinnabar. HEX triplet: EA, 43 and 1F. RGB value is (234,67,31). Sum of RGB (Red+Green+Blue) = 234+67+31=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA431F is #15BCE0. Grayscale: #717171. Windows color (decimal): -1424609 or 2049002. OLE color: 2049002.

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

Color convert

RGB 234 67 31 -
CMYK 0 0.71 0.87 0.08
HSL 10.64º 0.83% 0.52% -
HSV(B) 10.64º 0.87% 0.92% -
XYZ 36.19 21.61 3.56 -
YUV 112.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 234 67 31 0 0.71 0.87 0.08 10.64 0.83 0.52
Hex EA 43 1F 0 47 57 8 B 53 34
Octal 352 103 37 0 107 127 10 13 123 64
Binary 11101010 1000011 11111 0 1000111 1010111 1000 1011 1010011 110100

Color Harmonies of #EA431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA431F

Black with #EA431F

Text Example


Text Example

White with #EA431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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