Html Css Color HEX #EB4A42 Cinnabar

📋 copy color: '#EB4A42'

red 235 ◦ green 74 ◦ blue 66

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

Shades of Cinnabar #EB4A42

Tints of Cinnabar #EB4A42

RGB

 RED value IS 235 (92.19% from 255) = 62.67%

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 62.67%
G = 19.73%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB4A42 (or 0xEB4A42) is known color: Cinnabar. HEX triplet: EB, 4A and 42. RGB value is (235,74,66). Sum of RGB (Red+Green+Blue) = 235+74+66=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A42 is #14B5BD. Grayscale: #797979. Windows color (decimal): -1357246 or 4344555. OLE color: 4344555.

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

Color convert

RGB 235 74 66 -
CMYK 0 0.69 0.72 0.08
HSL 2.84º 0.81% 0.59% -
HSV(B) 2.84º 0.72% 0.92% -
XYZ 37.69 22.95 7.6 -
YUV 121.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 235 74 66 0 0.69 0.72 0.08 2.84 0.81 0.59
Hex EB 4A 42 0 45 48 8 3 51 3B
Octal 353 112 102 0 105 110 10 3 121 73
Binary 11101011 1001010 1000010 0 1000101 1001000 1000 11 1010001 111011

Color Harmonies of #EB4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A42

Black with #EB4A42

Text Example


Text Example

White with #EB4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A42; }

 p { color: rgb(235,74,66); }

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

background-color css

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

 a { background-color: rgb(235,74,66); }

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

border-color css

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

 span { border-color: rgb(235,74,66); }

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