Html Css Color HEX #FD1200 Scarlet

📋 copy color: '#FD1200'

red 253 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #FD1200

Tints of Scarlet #FD1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 93.36%
G = 6.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1200 (or 0xFD1200) is known color: Scarlet. HEX triplet: FD, 12 and 00. RGB value is (253,18,0). Sum of RGB (Red+Green+Blue) = 253+18+0=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1200 is #02EDFF. Grayscale: #565656. Windows color (decimal): -192000 or 4861. OLE color: 4861.

HSL color Cylindrical-coordinate representation of color #FD1200: hue angle of 4.27º 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 #FD1200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 0 -
CMYK 0 0.93 1 0.01
HSL 4.27º 1% 0.5% -
HSV(B) 4.27º 1% 0.99% -
XYZ 40.72 21.32 1.97 -
YUV 86.21 79.36 246.96 -
System Red Green Blue C M Y K H S L
Decimal 253 18 0 0 0.93 1 0.01 4.27 1 0.5
Hex FD 12 0 0 5D 64 1 4 64 32
Octal 375 22 0 0 135 144 1 4 144 62
Binary 11111101 10010 0 0 1011101 1100100 1 100 1100100 110010

Color Harmonies of #FD1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1200

Black with #FD1200

Text Example


Text Example

White with #FD1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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