Html Css Color HEX #EA403C Cinnabar

📋 copy color: '#EA403C'

red 234 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #EA403C

Tints of Cinnabar #EA403C

RGB

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

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

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

R = 65.36%
G = 17.88%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA403C (or 0xEA403C) is known color: Cinnabar. HEX triplet: EA, 40 and 3C. RGB value is (234,64,60). Sum of RGB (Red+Green+Blue) = 234+64+60=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA403C is #15BFC3. Grayscale: #727272. Windows color (decimal): -1425348 or 3948778. OLE color: 3948778.

HSL color Cylindrical-coordinate representation of color #EA403C: hue angle of 1.38º 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 #EA403C is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 60 -
CMYK 0 0.73 0.74 0.08
HSL 1.38º 0.81% 0.58% -
HSV(B) 1.38º 0.74% 0.92% -
XYZ 36.58 21.49 6.49 -
YUV 114.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 234 64 60 0 0.73 0.74 0.08 1.38 0.81 0.58
Hex EA 40 3C 0 49 4A 8 1 51 3A
Octal 352 100 74 0 111 112 10 1 121 72
Binary 11101010 1000000 111100 0 1001001 1001010 1000 1 1010001 111010

Color Harmonies of #EA403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA403C

Black with #EA403C

Text Example


Text Example

White with #EA403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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