Html Css Color HEX #FD1E09 Scarlet

📋 copy color: '#FD1E09'

red 253 ◦ green 30 ◦ blue 9

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

Shades of Scarlet #FD1E09

Tints of Scarlet #FD1E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 86.64%
G = 10.27%
B = 3.08%

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

#FD1E09 (or 0xFD1E09) is known color: Scarlet. HEX triplet: FD, 1E and 09. RGB value is (253,30,9). Sum of RGB (Red+Green+Blue) = 253+30+9=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E09 is #02E1F6. Grayscale: #5E5E5E. Windows color (decimal): -188919 or 597757. OLE color: 597757.

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

Color convert

RGB 253 30 9 -
CMYK 0 0.88 0.96 0.01
HSL 5.16º 0.98% 0.51% -
HSV(B) 5.16º 0.96% 0.99% -
XYZ 41.02 21.83 2.31 -
YUV 94.28 79.88 241.21 -
System Red Green Blue C M Y K H S L
Decimal 253 30 9 0 0.88 0.96 0.01 5.16 0.98 0.51
Hex FD 1E 9 0 58 60 1 5 62 33
Octal 375 36 11 0 130 140 1 5 142 63
Binary 11111101 11110 1001 0 1011000 1100000 1 101 1100010 110011

Color Harmonies of #FD1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E09

Black with #FD1E09

Text Example


Text Example

White with #FD1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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