Html Css Color HEX #FD2003 Scarlet

📋 copy color: '#FD2003'

red 253 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #FD2003

Tints of Scarlet #FD2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 87.85%
G = 11.11%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD2003 (or 0xFD2003) is known color: Scarlet. HEX triplet: FD, 20 and 03. RGB value is (253,32,3). Sum of RGB (Red+Green+Blue) = 253+32+3=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2003 is #02DFFC. Grayscale: #5F5F5F. Windows color (decimal): -188413 or 205053. OLE color: 205053.

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

Color convert

RGB 253 32 3 -
CMYK 0 0.87 0.99 0.01
HSL 6.96º 0.98% 0.5% -
HSV(B) 6.96º 0.99% 0.99% -
XYZ 41.04 21.92 2.15 -
YUV 94.77 76.22 240.86 -
System Red Green Blue C M Y K H S L
Decimal 253 32 3 0 0.87 0.99 0.01 6.96 0.98 0.5
Hex FD 20 3 0 57 63 1 7 62 32
Octal 375 40 3 0 127 143 1 7 142 62
Binary 11111101 100000 11 0 1010111 1100011 1 111 1100010 110010

Color Harmonies of #FD2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2003

Black with #FD2003

Text Example


Text Example

White with #FD2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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