Html Css Color HEX #FD2011 Scarlet

📋 copy color: '#FD2011'

red 253 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #FD2011

Tints of Scarlet #FD2011

RGB

 RED value IS 253 (99.22% from 255) = 83.77%

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 83.77%
G = 10.6%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2011 (or 0xFD2011) is known color: Scarlet. HEX triplet: FD, 20 and 11. RGB value is (253,32,17). Sum of RGB (Red+Green+Blue) = 253+32+17=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2011 is #02DFEE. Grayscale: #606060. Windows color (decimal): -188399 or 1122557. OLE color: 1122557.

HSL color Cylindrical-coordinate representation of color #FD2011: hue angle of 3.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD2011 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 32 17 -
CMYK 0 0.87 0.93 0.01
HSL 3.81º 0.98% 0.53% -
HSV(B) 3.81º 0.93% 0.99% -
XYZ 41.13 21.96 2.6 -
YUV 96.37 83.22 239.72 -
System Red Green Blue C M Y K H S L
Decimal 253 32 17 0 0.87 0.93 0.01 3.81 0.98 0.53
Hex FD 20 11 0 57 5D 1 4 62 35
Octal 375 40 21 0 127 135 1 4 142 65
Binary 11111101 100000 10001 0 1010111 1011101 1 100 1100010 110101

Color Harmonies of #FD2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2011

Black with #FD2011

Text Example


Text Example

White with #FD2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2011; }

 p { color: rgb(253,32,17); }

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

background-color css

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

 a { background-color: rgb(253,32,17); }

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

border-color css

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

 span { border-color: rgb(253,32,17); }

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