Html Css Color HEX #FD2F09 Scarlet

📋 copy color: '#FD2F09'

red 253 ◦ green 47 ◦ blue 9

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

Shades of Scarlet #FD2F09

Tints of Scarlet #FD2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

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

R = 81.88%
G = 15.21%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD2F09 (or 0xFD2F09) is known color: Scarlet. HEX triplet: FD, 2F and 09. RGB value is (253,47,9). Sum of RGB (Red+Green+Blue) = 253+47+9=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2F09 is #02D0F6. Grayscale: #686868. Windows color (decimal): -184567 or 602109. OLE color: 602109.

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

Color convert

RGB 253 47 9 -
CMYK 0 0.81 0.96 0.01
HSL 9.34º 0.98% 0.51% -
HSV(B) 9.34º 0.96% 0.99% -
XYZ 41.57 22.94 2.49 -
YUV 104.26 74.25 234.09 -
System Red Green Blue C M Y K H S L
Decimal 253 47 9 0 0.81 0.96 0.01 9.34 0.98 0.51
Hex FD 2F 9 0 51 60 1 9 62 33
Octal 375 57 11 0 121 140 1 11 142 63
Binary 11111101 101111 1001 0 1010001 1100000 1 1001 1100010 110011

Color Harmonies of #FD2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F09

Black with #FD2F09

Text Example


Text Example

White with #FD2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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