Html Css Color HEX #EB2C2B Cinnabar

📋 copy color: '#EB2C2B'

red 235 ◦ green 44 ◦ blue 43

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

Shades of Cinnabar #EB2C2B

Tints of Cinnabar #EB2C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

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

R = 72.98%
G = 13.66%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB2C2B (or 0xEB2C2B) is known color: Cinnabar. HEX triplet: EB, 2C and 2B. RGB value is (235,44,43). Sum of RGB (Red+Green+Blue) = 235+44+43=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C2B is #14D3D4. Grayscale: #656565. Windows color (decimal): -1364949 or 2829547. OLE color: 2829547.

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

Color convert

RGB 235 44 43 -
CMYK 0 0.81 0.82 0.08
HSL 0.31º 0.83% 0.55% -
HSV(B) 0.31º 0.82% 0.92% -
XYZ 35.6 19.64 4.2 -
YUV 101 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 235 44 43 0 0.81 0.82 0.08 0.31 0.83 0.55
Hex EB 2C 2B 0 51 52 8 0 53 37
Octal 353 54 53 0 121 122 10 0 123 67
Binary 11101011 101100 101011 0 1010001 1010010 1000 0 1010011 110111

Color Harmonies of #EB2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C2B

Black with #EB2C2B

Text Example


Text Example

White with #EB2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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