Html Css Color HEX #FD1F09 Scarlet

📋 copy color: '#FD1F09'

red 253 ◦ green 31 ◦ blue 9

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

Shades of Scarlet #FD1F09

Tints of Scarlet #FD1F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 86.35%
G = 10.58%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD1F09 (or 0xFD1F09) is known color: Scarlet. HEX triplet: FD, 1F and 09. RGB value is (253,31,9). Sum of RGB (Red+Green+Blue) = 253+31+9=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1F09 is #02E0F6. Grayscale: #5F5F5F. Windows color (decimal): -188663 or 598013. OLE color: 598013.

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

Color convert

RGB 253 31 9 -
CMYK 0 0.88 0.96 0.01
HSL 5.41º 0.98% 0.51% -
HSV(B) 5.41º 0.96% 0.99% -
XYZ 41.05 21.88 2.32 -
YUV 94.87 79.55 240.79 -
System Red Green Blue C M Y K H S L
Decimal 253 31 9 0 0.88 0.96 0.01 5.41 0.98 0.51
Hex FD 1F 9 0 58 60 1 5 62 33
Octal 375 37 11 0 130 140 1 5 142 63
Binary 11111101 11111 1001 0 1011000 1100000 1 101 1100010 110011

Color Harmonies of #FD1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F09

Black with #FD1F09

Text Example


Text Example

White with #FD1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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