Html Css Color HEX #EA4033 Cinnabar

📋 copy color: '#EA4033'

red 234 ◦ green 64 ◦ blue 51

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

Shades of Cinnabar #EA4033

Tints of Cinnabar #EA4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 67.05%
G = 18.34%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA4033 (or 0xEA4033) is known color: Cinnabar. HEX triplet: EA, 40 and 33. RGB value is (234,64,51). Sum of RGB (Red+Green+Blue) = 234+64+51=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4033 is #15BFCC. Grayscale: #717171. Windows color (decimal): -1425357 or 3358954. OLE color: 3358954.

HSL color Cylindrical-coordinate representation of color #EA4033: hue angle of 4.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA4033 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 51 -
CMYK 0 0.73 0.78 0.08
HSL 4.26º 0.81% 0.56% -
HSV(B) 4.26º 0.78% 0.92% -
XYZ 36.36 21.4 5.35 -
YUV 113.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 234 64 51 0 0.73 0.78 0.08 4.26 0.81 0.56
Hex EA 40 33 0 49 4E 8 4 51 38
Octal 352 100 63 0 111 116 10 4 121 70
Binary 11101010 1000000 110011 0 1001001 1001110 1000 100 1010001 111000

Color Harmonies of #EA4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4033

Black with #EA4033

Text Example


Text Example

White with #EA4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4033; }

 p { color: rgb(234,64,51); }

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

background-color css

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

 a { background-color: rgb(234,64,51); }

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

border-color css

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

 span { border-color: rgb(234,64,51); }

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