Html Css Color HEX #FD1F03 Scarlet

📋 copy color: '#FD1F03'

red 253 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #FD1F03

Tints of Scarlet #FD1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 88.15%
G = 10.8%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD1F03 (or 0xFD1F03) is known color: Scarlet. HEX triplet: FD, 1F and 03. RGB value is (253,31,3). Sum of RGB (Red+Green+Blue) = 253+31+3=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1F03 is #02E0FC. Grayscale: #5E5E5E. Windows color (decimal): -188669 or 204797. OLE color: 204797.

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

Color convert

RGB 253 31 3 -
CMYK 0 0.88 0.99 0.01
HSL 6.72º 0.98% 0.5% -
HSV(B) 6.72º 0.99% 0.99% -
XYZ 41.01 21.87 2.15 -
YUV 94.19 76.55 241.28 -
System Red Green Blue C M Y K H S L
Decimal 253 31 3 0 0.88 0.99 0.01 6.72 0.98 0.5
Hex FD 1F 3 0 58 63 1 7 62 32
Octal 375 37 3 0 130 143 1 7 142 62
Binary 11111101 11111 11 0 1011000 1100011 1 111 1100010 110010

Color Harmonies of #FD1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F03

Black with #FD1F03

Text Example


Text Example

White with #FD1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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