Html Css Color HEX #EB3E28 Cinnabar

📋 copy color: '#EB3E28'

red 235 ◦ green 62 ◦ blue 40

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

Shades of Cinnabar #EB3E28

Tints of Cinnabar #EB3E28

RGB

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

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

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

R = 69.73%
G = 18.4%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB3E28 (or 0xEB3E28) is known color: Cinnabar. HEX triplet: EB, 3E and 28. RGB value is (235,62,40). Sum of RGB (Red+Green+Blue) = 235+62+40=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E28 is #14C1D7. Grayscale: #6F6F6F. Windows color (decimal): -1360344 or 2637547. OLE color: 2637547.

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

Color convert

RGB 235 62 40 -
CMYK 0 0.74 0.83 0.08
HSL 6.77º 0.83% 0.54% -
HSV(B) 6.77º 0.83% 0.92% -
XYZ 36.37 21.26 4.19 -
YUV 111.22 87.81 216.29 -
System Red Green Blue C M Y K H S L
Decimal 235 62 40 0 0.74 0.83 0.08 6.77 0.83 0.54
Hex EB 3E 28 0 4A 53 8 7 53 36
Octal 353 76 50 0 112 123 10 7 123 66
Binary 11101011 111110 101000 0 1001010 1010011 1000 111 1010011 110110

Color Harmonies of #EB3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E28

Black with #EB3E28

Text Example


Text Example

White with #EB3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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