Html Css Color HEX #EB2D06 Scarlet

📋 copy color: '#EB2D06'

red 235 ◦ green 45 ◦ blue 6

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

Shades of Scarlet #EB2D06

Tints of Scarlet #EB2D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 82.17%
G = 15.73%
B = 2.1%

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

#EB2D06 (or 0xEB2D06) is known color: Scarlet. HEX triplet: EB, 2D and 06. RGB value is (235,45,6). Sum of RGB (Red+Green+Blue) = 235+45+6=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D06 is #14D2F9. Grayscale: #616161. Windows color (decimal): -1364730 or 404971. OLE color: 404971.

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

Color convert

RGB 235 45 6 -
CMYK 0 0.81 0.97 0.08
HSL 10.22º 0.95% 0.47% -
HSV(B) 10.22º 0.97% 0.92% -
XYZ 35.23 19.55 2.09 -
YUV 97.36 76.45 226.17 -
System Red Green Blue C M Y K H S L
Decimal 235 45 6 0 0.81 0.97 0.08 10.22 0.95 0.47
Hex EB 2D 6 0 51 61 8 A 5F 2F
Octal 353 55 6 0 121 141 10 12 137 57
Binary 11101011 101101 110 0 1010001 1100001 1000 1010 1011111 101111

Color Harmonies of #EB2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D06

Black with #EB2D06

Text Example


Text Example

White with #EB2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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