Html Css Color HEX #EB4229 Cinnabar

📋 copy color: '#EB4229'

red 235 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #EB4229

Tints of Cinnabar #EB4229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 68.71%
G = 19.3%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4229 (or 0xEB4229) is known color: Cinnabar. HEX triplet: EB, 42 and 29. RGB value is (235,66,41). Sum of RGB (Red+Green+Blue) = 235+66+41=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4229 is #14BDD6. Grayscale: #717171. Windows color (decimal): -1359319 or 2704107. OLE color: 2704107.

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

Color convert

RGB 235 66 41 -
CMYK 0 0.72 0.83 0.08
HSL 7.73º 0.83% 0.54% -
HSV(B) 7.73º 0.83% 0.92% -
XYZ 36.61 21.72 4.36 -
YUV 113.68 86.99 214.53 -
System Red Green Blue C M Y K H S L
Decimal 235 66 41 0 0.72 0.83 0.08 7.73 0.83 0.54
Hex EB 42 29 0 48 53 8 8 53 36
Octal 353 102 51 0 110 123 10 10 123 66
Binary 11101011 1000010 101001 0 1001000 1010011 1000 1000 1010011 110110

Color Harmonies of #EB4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4229

Black with #EB4229

Text Example


Text Example

White with #EB4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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