Html Css Color HEX #EB4D29 Cinnabar

📋 copy color: '#EB4D29'

red 235 ◦ green 77 ◦ blue 41

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

Shades of Cinnabar #EB4D29

Tints of Cinnabar #EB4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

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

R = 66.57%
G = 21.81%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4D29 (or 0xEB4D29) is known color: Cinnabar. HEX triplet: EB, 4D and 29. RGB value is (235,77,41). Sum of RGB (Red+Green+Blue) = 235+77+41=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D29 is #14B2D6. Grayscale: #787878. Windows color (decimal): -1356503 or 2706923. OLE color: 2706923.

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

Color convert

RGB 235 77 41 -
CMYK 0 0.67 0.83 0.08
HSL 11.13º 0.83% 0.54% -
HSV(B) 11.13º 0.83% 0.92% -
XYZ 37.32 23.13 4.6 -
YUV 120.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 235 77 41 0 0.67 0.83 0.08 11.13 0.83 0.54
Hex EB 4D 29 0 43 53 8 B 53 36
Octal 353 115 51 0 103 123 10 13 123 66
Binary 11101011 1001101 101001 0 1000011 1010011 1000 1011 1010011 110110

Color Harmonies of #EB4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D29

Black with #EB4D29

Text Example


Text Example

White with #EB4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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