Html Css Color HEX #EB2A26 Cinnabar

📋 copy color: '#EB2A26'

red 235 ◦ green 42 ◦ blue 38

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

Shades of Cinnabar #EB2A26

Tints of Cinnabar #EB2A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 74.6%
G = 13.33%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB2A26 (or 0xEB2A26) is known color: Cinnabar. HEX triplet: EB, 2A and 26. RGB value is (235,42,38). Sum of RGB (Red+Green+Blue) = 235+42+38=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A26 is #14D5D9. Grayscale: #636363. Windows color (decimal): -1365466 or 2501355. OLE color: 2501355.

HSL color Cylindrical-coordinate representation of color #EB2A26: hue angle of 1.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2A26 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 38 -
CMYK 0 0.82 0.84 0.08
HSL 1.22º 0.83% 0.54% -
HSV(B) 1.22º 0.84% 0.92% -
XYZ 35.44 19.46 3.72 -
YUV 99.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 235 42 38 0 0.82 0.84 0.08 1.22 0.83 0.54
Hex EB 2A 26 0 52 54 8 1 53 36
Octal 353 52 46 0 122 124 10 1 123 66
Binary 11101011 101010 100110 0 1010010 1010100 1000 1 1010011 110110

Color Harmonies of #EB2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A26

Black with #EB2A26

Text Example


Text Example

White with #EB2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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