Html Css Color HEX #EA3023 Cinnabar

📋 copy color: '#EA3023'

red 234 ◦ green 48 ◦ blue 35

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

Shades of Cinnabar #EA3023

Tints of Cinnabar #EA3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 73.82%
G = 15.14%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA3023 (or 0xEA3023) is known color: Cinnabar. HEX triplet: EA, 30 and 23. RGB value is (234,48,35). Sum of RGB (Red+Green+Blue) = 234+48+35=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3023 is #15CFDC. Grayscale: #666666. Windows color (decimal): -1429469 or 2306282. OLE color: 2306282.

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

Color convert

RGB 234 48 35 -
CMYK 0 0.79 0.85 0.08
HSL 3.92º 0.83% 0.53% -
HSV(B) 3.92º 0.85% 0.92% -
XYZ 35.29 19.73 3.54 -
YUV 102.13 90.12 222.06 -
System Red Green Blue C M Y K H S L
Decimal 234 48 35 0 0.79 0.85 0.08 3.92 0.83 0.53
Hex EA 30 23 0 4F 55 8 4 53 35
Octal 352 60 43 0 117 125 10 4 123 65
Binary 11101010 110000 100011 0 1001111 1010101 1000 100 1010011 110101

Color Harmonies of #EA3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3023

Black with #EA3023

Text Example


Text Example

White with #EA3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3023; }

 p { color: rgb(234,48,35); }

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

background-color css

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

 a { background-color: rgb(234,48,35); }

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

border-color css

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

 span { border-color: rgb(234,48,35); }

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