Html Css Color HEX #EB3A28 Cinnabar

📋 copy color: '#EB3A28'

red 235 ◦ green 58 ◦ blue 40

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

Shades of Cinnabar #EB3A28

Tints of Cinnabar #EB3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 70.57%
G = 17.42%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB3A28 (or 0xEB3A28) is known color: Cinnabar. HEX triplet: EB, 3A and 28. RGB value is (235,58,40). Sum of RGB (Red+Green+Blue) = 235+58+40=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A28 is #14C5D7. Grayscale: #6D6D6D. Windows color (decimal): -1361368 or 2636523. OLE color: 2636523.

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

Color convert

RGB 235 58 40 -
CMYK 0 0.75 0.83 0.08
HSL 5.54º 0.83% 0.54% -
HSV(B) 5.54º 0.83% 0.92% -
XYZ 36.16 20.84 4.12 -
YUV 108.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 235 58 40 0 0.75 0.83 0.08 5.54 0.83 0.54
Hex EB 3A 28 0 4B 53 8 6 53 36
Octal 353 72 50 0 113 123 10 6 123 66
Binary 11101011 111010 101000 0 1001011 1010011 1000 110 1010011 110110

Color Harmonies of #EB3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A28

Black with #EB3A28

Text Example


Text Example

White with #EB3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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