Html Css Color HEX #EA402F Cinnabar

📋 copy color: '#EA402F'

red 234 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #EA402F

Tints of Cinnabar #EA402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 67.83%
G = 18.55%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA402F (or 0xEA402F) is known color: Cinnabar. HEX triplet: EA, 40 and 2F. RGB value is (234,64,47). Sum of RGB (Red+Green+Blue) = 234+64+47=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA402F is #15BFD0. Grayscale: #717171. Windows color (decimal): -1425361 or 3096810. OLE color: 3096810.

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

Color convert

RGB 234 64 47 -
CMYK 0 0.73 0.80 0.08
HSL 5.45º 0.82% 0.55% -
HSV(B) 5.45º 0.8% 0.92% -
XYZ 36.28 21.36 4.9 -
YUV 112.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 234 64 47 0 0.73 0.80 0.08 5.45 0.82 0.55
Hex EA 40 2F 0 49 50 8 5 52 37
Octal 352 100 57 0 111 120 10 5 122 67
Binary 11101010 1000000 101111 0 1001001 1010000 1000 101 1010010 110111

Color Harmonies of #EA402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA402F

Black with #EA402F

Text Example


Text Example

White with #EA402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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