Html Css Color HEX #EB3E2B Cinnabar

📋 copy color: '#EB3E2B'

red 235 ◦ green 62 ◦ blue 43

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

Shades of Cinnabar #EB3E2B

Tints of Cinnabar #EB3E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 69.12%
G = 18.24%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB3E2B (or 0xEB3E2B) is known color: Cinnabar. HEX triplet: EB, 3E and 2B. RGB value is (235,62,43). Sum of RGB (Red+Green+Blue) = 235+62+43=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E2B is #14C1D4. Grayscale: #6F6F6F. Windows color (decimal): -1360341 or 2834155. OLE color: 2834155.

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

Color convert

RGB 235 62 43 -
CMYK 0 0.74 0.82 0.08
HSL 5.94º 0.83% 0.55% -
HSV(B) 5.94º 0.82% 0.92% -
XYZ 36.42 21.28 4.47 -
YUV 111.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 235 62 43 0 0.74 0.82 0.08 5.94 0.83 0.55
Hex EB 3E 2B 0 4A 52 8 6 53 37
Octal 353 76 53 0 112 122 10 6 123 67
Binary 11101011 111110 101011 0 1001010 1010010 1000 110 1010011 110111

Color Harmonies of #EB3E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E2B

Black with #EB3E2B

Text Example


Text Example

White with #EB3E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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