Html Css Color HEX #EA4F40 Cinnabar

📋 copy color: '#EA4F40'

red 234 ◦ green 79 ◦ blue 64

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

Shades of Cinnabar #EA4F40

Tints of Cinnabar #EA4F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 62.07%
G = 20.95%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA4F40 (or 0xEA4F40) is known color: Cinnabar. HEX triplet: EA, 4F and 40. RGB value is (234,79,64). Sum of RGB (Red+Green+Blue) = 234+79+64=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F40 is #15B0BF. Grayscale: #7B7B7B. Windows color (decimal): -1421504 or 4214762. OLE color: 4214762.

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

Color convert

RGB 234 79 64 -
CMYK 0 0.66 0.73 0.08
HSL 5.29º 0.8% 0.58% -
HSV(B) 5.29º 0.73% 0.92% -
XYZ 37.65 23.45 7.39 -
YUV 123.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 234 79 64 0 0.66 0.73 0.08 5.29 0.8 0.58
Hex EA 4F 40 0 42 49 8 5 50 3A
Octal 352 117 100 0 102 111 10 5 120 72
Binary 11101010 1001111 1000000 0 1000010 1001001 1000 101 1010000 111010

Color Harmonies of #EA4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F40

Black with #EA4F40

Text Example


Text Example

White with #EA4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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