Html Css Color HEX #EB4420 Cinnabar

📋 copy color: '#EB4420'

red 235 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #EB4420

Tints of Cinnabar #EB4420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 70.15%
G = 20.3%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4420 (or 0xEB4420) is known color: Cinnabar. HEX triplet: EB, 44 and 20. RGB value is (235,68,32). Sum of RGB (Red+Green+Blue) = 235+68+32=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4420 is #14BBDF. Grayscale: #727272. Windows color (decimal): -1358816 or 2114795. OLE color: 2114795.

HSL color Cylindrical-coordinate representation of color #EB4420: hue angle of 10.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB4420 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 32 -
CMYK 0 0.71 0.86 0.08
HSL 10.64º 0.84% 0.52% -
HSV(B) 10.64º 0.86% 0.92% -
XYZ 36.59 21.9 3.67 -
YUV 113.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 235 68 32 0 0.71 0.86 0.08 10.64 0.84 0.52
Hex EB 44 20 0 47 56 8 B 54 34
Octal 353 104 40 0 107 126 10 13 124 64
Binary 11101011 1000100 100000 0 1000111 1010110 1000 1011 1010100 110100

Color Harmonies of #EB4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4420

Black with #EB4420

Text Example


Text Example

White with #EB4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4420; }

 p { color: rgb(235,68,32); }

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

background-color css

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

 a { background-color: rgb(235,68,32); }

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

border-color css

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

 span { border-color: rgb(235,68,32); }

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