Html Css Color HEX #EB322B Cinnabar

📋 copy color: '#EB322B'

red 235 ◦ green 50 ◦ blue 43

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

Shades of Cinnabar #EB322B

Tints of Cinnabar #EB322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 71.65%
G = 15.24%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB322B (or 0xEB322B) is known color: Cinnabar. HEX triplet: EB, 32 and 2B. RGB value is (235,50,43). Sum of RGB (Red+Green+Blue) = 235+50+43=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB322B is #14CDD4. Grayscale: #686868. Windows color (decimal): -1363413 or 2831083. OLE color: 2831083.

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

Color convert

RGB 235 50 43 -
CMYK 0 0.79 0.82 0.08
HSL 2.19º 0.83% 0.55% -
HSV(B) 2.19º 0.82% 0.92% -
XYZ 35.84 20.12 4.28 -
YUV 104.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 235 50 43 0 0.79 0.82 0.08 2.19 0.83 0.55
Hex EB 32 2B 0 4F 52 8 2 53 37
Octal 353 62 53 0 117 122 10 2 123 67
Binary 11101011 110010 101011 0 1001111 1010010 1000 10 1010011 110111

Color Harmonies of #EB322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB322B

Black with #EB322B

Text Example


Text Example

White with #EB322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB322B; }

 p { color: rgb(235,50,43); }

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

background-color css

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

 a { background-color: rgb(235,50,43); }

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

border-color css

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

 span { border-color: rgb(235,50,43); }

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