Html Css Color HEX #EB4A24 Cinnabar

📋 copy color: '#EB4A24'

red 235 ◦ green 74 ◦ blue 36

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

Shades of Cinnabar #EB4A24

Tints of Cinnabar #EB4A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 68.12%
G = 21.45%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB4A24 (or 0xEB4A24) is known color: Cinnabar. HEX triplet: EB, 4A and 24. RGB value is (235,74,36). Sum of RGB (Red+Green+Blue) = 235+74+36=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A24 is #14B5DB. Grayscale: #767676. Windows color (decimal): -1357276 or 2378475. OLE color: 2378475.

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

Color convert

RGB 235 74 36 -
CMYK 0 0.69 0.85 0.08
HSL 11.46º 0.83% 0.53% -
HSV(B) 11.46º 0.85% 0.92% -
XYZ 37.03 22.69 4.1 -
YUV 117.81 81.84 211.59 -
System Red Green Blue C M Y K H S L
Decimal 235 74 36 0 0.69 0.85 0.08 11.46 0.83 0.53
Hex EB 4A 24 0 45 55 8 B 53 35
Octal 353 112 44 0 105 125 10 13 123 65
Binary 11101011 1001010 100100 0 1000101 1010101 1000 1011 1010011 110101

Color Harmonies of #EB4A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A24

Black with #EB4A24

Text Example


Text Example

White with #EB4A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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