Html Css Color HEX #EB2D05 Scarlet

📋 copy color: '#EB2D05'

red 235 ◦ green 45 ◦ blue 5

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

Shades of Scarlet #EB2D05

Tints of Scarlet #EB2D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 82.46%
G = 15.79%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB2D05 (or 0xEB2D05) is known color: Scarlet. HEX triplet: EB, 2D and 05. RGB value is (235,45,5). Sum of RGB (Red+Green+Blue) = 235+45+5=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D05 is #14D2FA. Grayscale: #616161. Windows color (decimal): -1364731 or 339435. OLE color: 339435.

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

Color convert

RGB 235 45 5 -
CMYK 0 0.81 0.98 0.08
HSL 10.43º 0.96% 0.47% -
HSV(B) 10.43º 0.98% 0.92% -
XYZ 35.23 19.55 2.06 -
YUV 97.25 75.95 226.25 -
System Red Green Blue C M Y K H S L
Decimal 235 45 5 0 0.81 0.98 0.08 10.43 0.96 0.47
Hex EB 2D 5 0 51 62 8 A 60 2F
Octal 353 55 5 0 121 142 10 12 140 57
Binary 11101011 101101 101 0 1010001 1100010 1000 1010 1100000 101111

Color Harmonies of #EB2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D05

Black with #EB2D05

Text Example


Text Example

White with #EB2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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