Html Css Color HEX #EB4A20 Cinnabar

📋 copy color: '#EB4A20'

red 235 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #EB4A20

Tints of Cinnabar #EB4A20

RGB

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

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

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

R = 68.91%
G = 21.7%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4A20 (or 0xEB4A20) is known color: Cinnabar. HEX triplet: EB, 4A and 20. RGB value is (235,74,32). Sum of RGB (Red+Green+Blue) = 235+74+32=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A20 is #14B5DF. Grayscale: #757575. Windows color (decimal): -1357280 or 2116331. OLE color: 2116331.

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

Color convert

RGB 235 74 32 -
CMYK 0 0.69 0.86 0.08
HSL 12.41º 0.84% 0.52% -
HSV(B) 12.41º 0.86% 0.92% -
XYZ 36.97 22.66 3.79 -
YUV 117.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 235 74 32 0 0.69 0.86 0.08 12.41 0.84 0.52
Hex EB 4A 20 0 45 56 8 C 54 34
Octal 353 112 40 0 105 126 10 14 124 64
Binary 11101011 1001010 100000 0 1000101 1010110 1000 1100 1010100 110100

Color Harmonies of #EB4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A20

Black with #EB4A20

Text Example


Text Example

White with #EB4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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