Html Css Color HEX #EA472B Cinnabar

📋 copy color: '#EA472B'

red 234 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #EA472B

Tints of Cinnabar #EA472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 67.24%
G = 20.4%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA472B (or 0xEA472B) is known color: Cinnabar. HEX triplet: EA, 47 and 2B. RGB value is (234,71,43). Sum of RGB (Red+Green+Blue) = 234+71+43=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA472B is #15B8D4. Grayscale: #747474. Windows color (decimal): -1423573 or 2836458. OLE color: 2836458.

HSL color Cylindrical-coordinate representation of color #EA472B: hue angle of 8.8º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA472B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 43 -
CMYK 0 0.70 0.82 0.08
HSL 8.8º 0.82% 0.54% -
HSV(B) 8.8º 0.82% 0.92% -
XYZ 36.62 22.17 4.64 -
YUV 116.55 86.5 211.78 -
System Red Green Blue C M Y K H S L
Decimal 234 71 43 0 0.70 0.82 0.08 8.8 0.82 0.54
Hex EA 47 2B 0 46 52 8 9 52 36
Octal 352 107 53 0 106 122 10 11 122 66
Binary 11101010 1000111 101011 0 1000110 1010010 1000 1001 1010010 110110

Color Harmonies of #EA472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA472B

Black with #EA472B

Text Example


Text Example

White with #EA472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA472B; }

 p { color: rgb(234,71,43); }

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

background-color css

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

 a { background-color: rgb(234,71,43); }

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

border-color css

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

 span { border-color: rgb(234,71,43); }

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