Html Css Color HEX #FD2004 Scarlet

📋 copy color: '#FD2004'

red 253 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #FD2004

Tints of Scarlet #FD2004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 87.54%
G = 11.07%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD2004 (or 0xFD2004) is known color: Scarlet. HEX triplet: FD, 20 and 04. RGB value is (253,32,4). Sum of RGB (Red+Green+Blue) = 253+32+4=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2004 is #02DFFB. Grayscale: #5F5F5F. Windows color (decimal): -188412 or 270589. OLE color: 270589.

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

Color convert

RGB 253 32 4 -
CMYK 0 0.87 0.98 0.01
HSL 6.75º 0.98% 0.5% -
HSV(B) 6.75º 0.98% 0.99% -
XYZ 41.05 21.92 2.18 -
YUV 94.89 76.72 240.78 -
System Red Green Blue C M Y K H S L
Decimal 253 32 4 0 0.87 0.98 0.01 6.75 0.98 0.5
Hex FD 20 4 0 57 62 1 7 62 32
Octal 375 40 4 0 127 142 1 7 142 62
Binary 11111101 100000 100 0 1010111 1100010 1 111 1100010 110010

Color Harmonies of #FD2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2004

Black with #FD2004

Text Example


Text Example

White with #FD2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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