Html Css Color HEX #EA431D Cinnabar

📋 copy color: '#EA431D'

red 234 ◦ green 67 ◦ blue 29

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

Shades of Cinnabar #EA431D

Tints of Cinnabar #EA431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 70.91%
G = 20.3%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA431D (or 0xEA431D) is known color: Cinnabar. HEX triplet: EA, 43 and 1D. RGB value is (234,67,29). Sum of RGB (Red+Green+Blue) = 234+67+29=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA431D is #15BCE2. Grayscale: #707070. Windows color (decimal): -1424611 or 1917930. OLE color: 1917930.

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

Color convert

RGB 234 67 29 -
CMYK 0 0.71 0.88 0.08
HSL 11.12º 0.83% 0.52% -
HSV(B) 11.12º 0.88% 0.92% -
XYZ 36.16 21.6 3.42 -
YUV 112.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 234 67 29 0 0.71 0.88 0.08 11.12 0.83 0.52
Hex EA 43 1D 0 47 58 8 B 53 34
Octal 352 103 35 0 107 130 10 13 123 64
Binary 11101010 1000011 11101 0 1000111 1011000 1000 1011 1010011 110100

Color Harmonies of #EA431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA431D

Black with #EA431D

Text Example


Text Example

White with #EA431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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