Html Css Color HEX #EB4A28 Cinnabar

📋 copy color: '#EB4A28'

red 235 ◦ green 74 ◦ blue 40

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

Shades of Cinnabar #EB4A28

Tints of Cinnabar #EB4A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 67.34%
G = 21.2%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4A28 (or 0xEB4A28) is known color: Cinnabar. HEX triplet: EB, 4A and 28. RGB value is (235,74,40). Sum of RGB (Red+Green+Blue) = 235+74+40=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A28 is #14B5D7. Grayscale: #767676. Windows color (decimal): -1357272 or 2640619. OLE color: 2640619.

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

Color convert

RGB 235 74 40 -
CMYK 0 0.69 0.83 0.08
HSL 10.46º 0.83% 0.54% -
HSV(B) 10.46º 0.83% 0.92% -
XYZ 37.09 22.71 4.44 -
YUV 118.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 235 74 40 0 0.69 0.83 0.08 10.46 0.83 0.54
Hex EB 4A 28 0 45 53 8 A 53 36
Octal 353 112 50 0 105 123 10 12 123 66
Binary 11101011 1001010 101000 0 1000101 1010011 1000 1010 1010011 110110

Color Harmonies of #EB4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A28

Black with #EB4A28

Text Example


Text Example

White with #EB4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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