Html Css Color HEX #EB3328 Cinnabar

📋 copy color: '#EB3328'

red 235 ◦ green 51 ◦ blue 40

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

Shades of Cinnabar #EB3328

Tints of Cinnabar #EB3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 72.09%
G = 15.64%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB3328 (or 0xEB3328) is known color: Cinnabar. HEX triplet: EB, 33 and 28. RGB value is (235,51,40). Sum of RGB (Red+Green+Blue) = 235+51+40=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3328 is #14CCD7. Grayscale: #686868. Windows color (decimal): -1363160 or 2634731. OLE color: 2634731.

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

Color convert

RGB 235 51 40 -
CMYK 0 0.78 0.83 0.08
HSL 3.38º 0.83% 0.54% -
HSV(B) 3.38º 0.83% 0.92% -
XYZ 35.83 20.18 4.01 -
YUV 104.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 235 51 40 0 0.78 0.83 0.08 3.38 0.83 0.54
Hex EB 33 28 0 4E 53 8 3 53 36
Octal 353 63 50 0 116 123 10 3 123 66
Binary 11101011 110011 101000 0 1001110 1010011 1000 11 1010011 110110

Color Harmonies of #EB3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3328

Black with #EB3328

Text Example


Text Example

White with #EB3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3328; }

 p { color: rgb(235,51,40); }

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

background-color css

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

 a { background-color: rgb(235,51,40); }

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

border-color css

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

 span { border-color: rgb(235,51,40); }

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