Html Css Color HEX #FD2000 Scarlet

📋 copy color: '#FD2000'

red 253 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #FD2000

Tints of Scarlet #FD2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.77%
G = 11.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD2000 (or 0xFD2000) is known color: Scarlet. HEX triplet: FD, 20 and 00. RGB value is (253,32,0). Sum of RGB (Red+Green+Blue) = 253+32+0=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2000 is #02DFFF. Grayscale: #5E5E5E. Windows color (decimal): -188416 or 8445. OLE color: 8445.

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

Color convert

RGB 253 32 0 -
CMYK 0 0.87 1 0.01
HSL 7.59º 1% 0.5% -
HSV(B) 7.59º 1% 0.99% -
XYZ 41.02 21.92 2.07 -
YUV 94.43 74.72 241.1 -
System Red Green Blue C M Y K H S L
Decimal 253 32 0 0 0.87 1 0.01 7.59 1 0.5
Hex FD 20 0 0 57 64 1 8 64 32
Octal 375 40 0 0 127 144 1 10 144 62
Binary 11111101 100000 0 0 1010111 1100100 1 1000 1100100 110010

Color Harmonies of #FD2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2000

Black with #FD2000

Text Example


Text Example

White with #FD2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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