Html Css Color HEX #EB4320 Cinnabar

📋 copy color: '#EB4320'

red 235 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #EB4320

Tints of Cinnabar #EB4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 70.36%
G = 20.06%
B = 9.58%

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

#EB4320 (or 0xEB4320) is known color: Cinnabar. HEX triplet: EB, 43 and 20. RGB value is (235,67,32). Sum of RGB (Red+Green+Blue) = 235+67+32=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4320 is #14BCDF. Grayscale: #717171. Windows color (decimal): -1359072 or 2114539. OLE color: 2114539.

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

Color convert

RGB 235 67 32 -
CMYK 0 0.71 0.86 0.08
HSL 10.34º 0.84% 0.52% -
HSV(B) 10.34º 0.86% 0.92% -
XYZ 36.53 21.78 3.65 -
YUV 113.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 235 67 32 0 0.71 0.86 0.08 10.34 0.84 0.52
Hex EB 43 20 0 47 56 8 A 54 34
Octal 353 103 40 0 107 126 10 12 124 64
Binary 11101011 1000011 100000 0 1000111 1010110 1000 1010 1010100 110100

Color Harmonies of #EB4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4320

Black with #EB4320

Text Example


Text Example

White with #EB4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4320; }

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

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

background-color css

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

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

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

border-color css

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

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

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