Html Css Color HEX #EB3323 Cinnabar

📋 copy color: '#EB3323'

red 235 ◦ green 51 ◦ blue 35

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

Shades of Cinnabar #EB3323

Tints of Cinnabar #EB3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 73.21%
G = 15.89%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB3323 (or 0xEB3323) is known color: Cinnabar. HEX triplet: EB, 33 and 23. RGB value is (235,51,35). Sum of RGB (Red+Green+Blue) = 235+51+35=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3323 is #14CCDC. Grayscale: #686868. Windows color (decimal): -1363165 or 2307051. OLE color: 2307051.

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

Color convert

RGB 235 51 35 -
CMYK 0 0.78 0.85 0.08
HSL 4.8º 0.83% 0.53% -
HSV(B) 4.8º 0.85% 0.92% -
XYZ 35.75 20.15 3.6 -
YUV 104.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 235 51 35 0 0.78 0.85 0.08 4.8 0.83 0.53
Hex EB 33 23 0 4E 55 8 5 53 35
Octal 353 63 43 0 116 125 10 5 123 65
Binary 11101011 110011 100011 0 1001110 1010101 1000 101 1010011 110101

Color Harmonies of #EB3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3323

Black with #EB3323

Text Example


Text Example

White with #EB3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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