Html Css Color HEX #FD2010 Scarlet

📋 copy color: '#FD2010'

red 253 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #FD2010

Tints of Scarlet #FD2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 84.05%
G = 10.63%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD2010 (or 0xFD2010) is known color: Scarlet. HEX triplet: FD, 20 and 10. RGB value is (253,32,16). Sum of RGB (Red+Green+Blue) = 253+32+16=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2010 is #02DFEF. Grayscale: #606060. Windows color (decimal): -188400 or 1057021. OLE color: 1057021.

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

Color convert

RGB 253 32 16 -
CMYK 0 0.87 0.94 0.01
HSL 4.05º 0.98% 0.53% -
HSV(B) 4.05º 0.94% 0.99% -
XYZ 41.12 21.95 2.56 -
YUV 96.26 82.72 239.8 -
System Red Green Blue C M Y K H S L
Decimal 253 32 16 0 0.87 0.94 0.01 4.05 0.98 0.53
Hex FD 20 10 0 57 5E 1 4 62 35
Octal 375 40 20 0 127 136 1 4 142 65
Binary 11111101 100000 10000 0 1010111 1011110 1 100 1100010 110101

Color Harmonies of #FD2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2010

Black with #FD2010

Text Example


Text Example

White with #FD2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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