Html Css Color HEX #EA3828 Cinnabar

📋 copy color: '#EA3828'

red 234 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #EA3828

Tints of Cinnabar #EA3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 70.91%
G = 16.97%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA3828 (or 0xEA3828) is known color: Cinnabar. HEX triplet: EA, 38 and 28. RGB value is (234,56,40). Sum of RGB (Red+Green+Blue) = 234+56+40=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3828 is #15C7D7. Grayscale: #6B6B6B. Windows color (decimal): -1427416 or 2636010. OLE color: 2636010.

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

Color convert

RGB 234 56 40 -
CMYK 0 0.76 0.83 0.08
HSL 4.95º 0.82% 0.54% -
HSV(B) 4.95º 0.83% 0.92% -
XYZ 35.73 20.47 4.08 -
YUV 107.4 89.97 218.3 -
System Red Green Blue C M Y K H S L
Decimal 234 56 40 0 0.76 0.83 0.08 4.95 0.82 0.54
Hex EA 38 28 0 4C 53 8 5 52 36
Octal 352 70 50 0 114 123 10 5 122 66
Binary 11101010 111000 101000 0 1001100 1010011 1000 101 1010010 110110

Color Harmonies of #EA3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3828

Black with #EA3828

Text Example


Text Example

White with #EA3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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