Html Css Color HEX #EB4D20 Cinnabar

📋 copy color: '#EB4D20'

red 235 ◦ green 77 ◦ blue 32

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

Shades of Cinnabar #EB4D20

Tints of Cinnabar #EB4D20

RGB

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

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

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

R = 68.31%
G = 22.38%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4D20 (or 0xEB4D20) is known color: Cinnabar. HEX triplet: EB, 4D and 20. RGB value is (235,77,32). Sum of RGB (Red+Green+Blue) = 235+77+32=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D20 is #14B2DF. Grayscale: #777777. Windows color (decimal): -1356512 or 2117099. OLE color: 2117099.

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

Color convert

RGB 235 77 32 -
CMYK 0 0.67 0.86 0.08
HSL 13.3º 0.84% 0.52% -
HSV(B) 13.3º 0.86% 0.92% -
XYZ 37.18 23.07 3.86 -
YUV 119.11 78.85 210.66 -
System Red Green Blue C M Y K H S L
Decimal 235 77 32 0 0.67 0.86 0.08 13.3 0.84 0.52
Hex EB 4D 20 0 43 56 8 D 54 34
Octal 353 115 40 0 103 126 10 15 124 64
Binary 11101011 1001101 100000 0 1000011 1010110 1000 1101 1010100 110100

Color Harmonies of #EB4D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D20

Black with #EB4D20

Text Example


Text Example

White with #EB4D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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