Html Css Color HEX #EB4C29 Cinnabar

📋 copy color: '#EB4C29'

red 235 ◦ green 76 ◦ blue 41

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

Shades of Cinnabar #EB4C29

Tints of Cinnabar #EB4C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

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

R = 66.76%
G = 21.59%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4C29 (or 0xEB4C29) is known color: Cinnabar. HEX triplet: EB, 4C and 29. RGB value is (235,76,41). Sum of RGB (Red+Green+Blue) = 235+76+41=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C29 is #14B3D6. Grayscale: #777777. Windows color (decimal): -1356759 or 2706667. OLE color: 2706667.

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

Color convert

RGB 235 76 41 -
CMYK 0 0.68 0.83 0.08
HSL 10.82º 0.83% 0.54% -
HSV(B) 10.82º 0.83% 0.92% -
XYZ 37.25 22.99 4.57 -
YUV 119.55 83.68 210.35 -
System Red Green Blue C M Y K H S L
Decimal 235 76 41 0 0.68 0.83 0.08 10.82 0.83 0.54
Hex EB 4C 29 0 44 53 8 B 53 36
Octal 353 114 51 0 104 123 10 13 123 66
Binary 11101011 1001100 101001 0 1000100 1010011 1000 1011 1010011 110110

Color Harmonies of #EB4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C29

Black with #EB4C29

Text Example


Text Example

White with #EB4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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