Html Css Color HEX #EA4D3C Cinnabar

📋 copy color: '#EA4D3C'

red 234 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #EA4D3C

Tints of Cinnabar #EA4D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 63.07%
G = 20.75%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA4D3C (or 0xEA4D3C) is known color: Cinnabar. HEX triplet: EA, 4D and 3C. RGB value is (234,77,60). Sum of RGB (Red+Green+Blue) = 234+77+60=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D3C is #15B2C3. Grayscale: #7A7A7A. Windows color (decimal): -1422020 or 3952106. OLE color: 3952106.

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

Color convert

RGB 234 77 60 -
CMYK 0 0.67 0.74 0.08
HSL 5.86º 0.81% 0.58% -
HSV(B) 5.86º 0.74% 0.92% -
XYZ 37.4 23.13 6.77 -
YUV 122.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 234 77 60 0 0.67 0.74 0.08 5.86 0.81 0.58
Hex EA 4D 3C 0 43 4A 8 6 51 3A
Octal 352 115 74 0 103 112 10 6 121 72
Binary 11101010 1001101 111100 0 1000011 1001010 1000 110 1010001 111010

Color Harmonies of #EA4D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D3C

Black with #EA4D3C

Text Example


Text Example

White with #EA4D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D3C; }

 p { color: rgb(234,77,60); }

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

background-color css

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

 a { background-color: rgb(234,77,60); }

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

border-color css

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

 span { border-color: rgb(234,77,60); }

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