Html Css Color HEX #EB4529 Cinnabar

📋 copy color: '#EB4529'

red 235 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #EB4529

Tints of Cinnabar #EB4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

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

R = 68.12%
G = 20%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4529 (or 0xEB4529) is known color: Cinnabar. HEX triplet: EB, 45 and 29. RGB value is (235,69,41). Sum of RGB (Red+Green+Blue) = 235+69+41=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4529 is #14BAD6. Grayscale: #737373. Windows color (decimal): -1358551 or 2704875. OLE color: 2704875.

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

Color convert

RGB 235 69 41 -
CMYK 0 0.71 0.83 0.08
HSL 8.66º 0.83% 0.54% -
HSV(B) 8.66º 0.83% 0.92% -
XYZ 36.79 22.08 4.42 -
YUV 115.44 86 213.28 -
System Red Green Blue C M Y K H S L
Decimal 235 69 41 0 0.71 0.83 0.08 8.66 0.83 0.54
Hex EB 45 29 0 47 53 8 9 53 36
Octal 353 105 51 0 107 123 10 11 123 66
Binary 11101011 1000101 101001 0 1000111 1010011 1000 1001 1010011 110110

Color Harmonies of #EB4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4529

Black with #EB4529

Text Example


Text Example

White with #EB4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4529; }

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

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

background-color css

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

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

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

border-color css

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

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

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