Html Css Color HEX #EA4340 Cinnabar

📋 copy color: '#EA4340'

red 234 ◦ green 67 ◦ blue 64

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

Shades of Cinnabar #EA4340

Tints of Cinnabar #EA4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 64.11%
G = 18.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA4340 (or 0xEA4340) is known color: Cinnabar. HEX triplet: EA, 43 and 40. RGB value is (234,67,64). Sum of RGB (Red+Green+Blue) = 234+67+64=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4340 is #15BCBF. Grayscale: #747474. Windows color (decimal): -1424576 or 4211690. OLE color: 4211690.

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

Color convert

RGB 234 67 64 -
CMYK 0 0.71 0.73 0.08
HSL 1.06º 0.8% 0.58% -
HSV(B) 1.06º 0.73% 0.92% -
XYZ 36.86 21.88 7.13 -
YUV 116.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 234 67 64 0 0.71 0.73 0.08 1.06 0.8 0.58
Hex EA 43 40 0 47 49 8 1 50 3A
Octal 352 103 100 0 107 111 10 1 120 72
Binary 11101010 1000011 1000000 0 1000111 1001001 1000 1 1010000 111010

Color Harmonies of #EA4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4340

Black with #EA4340

Text Example


Text Example

White with #EA4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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