Html Css Color HEX #EA423A Cinnabar

📋 copy color: '#EA423A'

red 234 ◦ green 66 ◦ blue 58

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

Shades of Cinnabar #EA423A

Tints of Cinnabar #EA423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 65.36%
G = 18.44%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA423A (or 0xEA423A) is known color: Cinnabar. HEX triplet: EA, 42 and 3A. RGB value is (234,66,58). Sum of RGB (Red+Green+Blue) = 234+66+58=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA423A is #15BDC5. Grayscale: #737373. Windows color (decimal): -1424838 or 3818218. OLE color: 3818218.

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

Color convert

RGB 234 66 58 -
CMYK 0 0.72 0.75 0.08
HSL 2.73º 0.81% 0.57% -
HSV(B) 2.73º 0.75% 0.92% -
XYZ 36.64 21.69 6.26 -
YUV 115.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 234 66 58 0 0.72 0.75 0.08 2.73 0.81 0.57
Hex EA 42 3A 0 48 4B 8 3 51 39
Octal 352 102 72 0 110 113 10 3 121 71
Binary 11101010 1000010 111010 0 1001000 1001011 1000 11 1010001 111001

Color Harmonies of #EA423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA423A

Black with #EA423A

Text Example


Text Example

White with #EA423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA423A; }

 p { color: rgb(234,66,58); }

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

background-color css

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

 a { background-color: rgb(234,66,58); }

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

border-color css

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

 span { border-color: rgb(234,66,58); }

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