Html Css Color HEX #EA3820 Cinnabar

📋 copy color: '#EA3820'

red 234 ◦ green 56 ◦ blue 32

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

Shades of Cinnabar #EA3820

Tints of Cinnabar #EA3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 72.67%
G = 17.39%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA3820 (or 0xEA3820) is known color: Cinnabar. HEX triplet: EA, 38 and 20. RGB value is (234,56,32). Sum of RGB (Red+Green+Blue) = 234+56+32=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3820 is #15C7DF. Grayscale: #6A6A6A. Windows color (decimal): -1427424 or 2111722. OLE color: 2111722.

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

Color convert

RGB 234 56 32 -
CMYK 0 0.76 0.86 0.08
HSL 7.13º 0.83% 0.52% -
HSV(B) 7.13º 0.86% 0.92% -
XYZ 35.61 20.43 3.43 -
YUV 106.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 234 56 32 0 0.76 0.86 0.08 7.13 0.83 0.52
Hex EA 38 20 0 4C 56 8 7 53 34
Octal 352 70 40 0 114 126 10 7 123 64
Binary 11101010 111000 100000 0 1001100 1010110 1000 111 1010011 110100

Color Harmonies of #EA3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3820

Black with #EA3820

Text Example


Text Example

White with #EA3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3820; }

 p { color: rgb(234,56,32); }

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

background-color css

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

 a { background-color: rgb(234,56,32); }

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

border-color css

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

 span { border-color: rgb(234,56,32); }

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