Html Css Color HEX #EB2E25 Cinnabar

📋 copy color: '#EB2E25'

red 235 ◦ green 46 ◦ blue 37

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

Shades of Cinnabar #EB2E25

Tints of Cinnabar #EB2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 37 (14.84% from 255) = 11.64%

R = 73.9%
G = 14.47%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB2E25 (or 0xEB2E25) is known color: Cinnabar. HEX triplet: EB, 2E and 25. RGB value is (235,46,37). Sum of RGB (Red+Green+Blue) = 235+46+37=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E25 is #14D1DA. Grayscale: #656565. Windows color (decimal): -1364443 or 2436843. OLE color: 2436843.

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

Color convert

RGB 235 46 37 -
CMYK 0 0.80 0.84 0.08
HSL 2.73º 0.83% 0.53% -
HSV(B) 2.73º 0.84% 0.92% -
XYZ 35.57 19.75 3.69 -
YUV 101.49 91.62 223.23 -
System Red Green Blue C M Y K H S L
Decimal 235 46 37 0 0.80 0.84 0.08 2.73 0.83 0.53
Hex EB 2E 25 0 50 54 8 3 53 35
Octal 353 56 45 0 120 124 10 3 123 65
Binary 11101011 101110 100101 0 1010000 1010100 1000 11 1010011 110101

Color Harmonies of #EB2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E25

Black with #EB2E25

Text Example


Text Example

White with #EB2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E25; }

 p { color: rgb(235,46,37); }

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

background-color css

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

 a { background-color: rgb(235,46,37); }

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

border-color css

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

 span { border-color: rgb(235,46,37); }

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