Html Css Color HEX #EB2A27 Cinnabar

📋 copy color: '#EB2A27'

red 235 ◦ green 42 ◦ blue 39

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

Shades of Cinnabar #EB2A27

Tints of Cinnabar #EB2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 74.37%
G = 13.29%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2A27 (or 0xEB2A27) is known color: Cinnabar. HEX triplet: EB, 2A and 27. RGB value is (235,42,39). Sum of RGB (Red+Green+Blue) = 235+42+39=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A27 is #14D5D8. Grayscale: #636363. Windows color (decimal): -1365465 or 2566891. OLE color: 2566891.

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

Color convert

RGB 235 42 39 -
CMYK 0 0.82 0.83 0.08
HSL 0.92º 0.83% 0.54% -
HSV(B) 0.92º 0.83% 0.92% -
XYZ 35.46 19.46 3.81 -
YUV 99.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 235 42 39 0 0.82 0.83 0.08 0.92 0.83 0.54
Hex EB 2A 27 0 52 53 8 1 53 36
Octal 353 52 47 0 122 123 10 1 123 66
Binary 11101011 101010 100111 0 1010010 1010011 1000 1 1010011 110110

Color Harmonies of #EB2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A27

Black with #EB2A27

Text Example


Text Example

White with #EB2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A27; }

 p { color: rgb(235,42,39); }

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

background-color css

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

 a { background-color: rgb(235,42,39); }

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

border-color css

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

 span { border-color: rgb(235,42,39); }

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