Html Css Color HEX #EB2D08 Scarlet

📋 copy color: '#EB2D08'

red 235 ◦ green 45 ◦ blue 8

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

Shades of Scarlet #EB2D08

Tints of Scarlet #EB2D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 81.6%
G = 15.63%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB2D08 (or 0xEB2D08) is known color: Scarlet. HEX triplet: EB, 2D and 08. RGB value is (235,45,8). Sum of RGB (Red+Green+Blue) = 235+45+8=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D08 is #14D2F7. Grayscale: #616161. Windows color (decimal): -1364728 or 536043. OLE color: 536043.

HSL color Cylindrical-coordinate representation of color #EB2D08: hue angle of 9.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB2D08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 8 -
CMYK 0 0.81 0.97 0.08
HSL 9.78º 0.93% 0.48% -
HSV(B) 9.78º 0.97% 0.92% -
XYZ 35.24 19.56 2.15 -
YUV 97.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 235 45 8 0 0.81 0.97 0.08 9.78 0.93 0.48
Hex EB 2D 8 0 51 61 8 A 5D 30
Octal 353 55 10 0 121 141 10 12 135 60
Binary 11101011 101101 1000 0 1010001 1100001 1000 1010 1011101 110000

Color Harmonies of #EB2D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D08

Black with #EB2D08

Text Example


Text Example

White with #EB2D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D08; }

 p { color: rgb(235,45,8); }

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

background-color css

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

 a { background-color: rgb(235,45,8); }

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

border-color css

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

 span { border-color: rgb(235,45,8); }

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