Html Css Color HEX #FD1D06 Scarlet

📋 copy color: '#FD1D06'

red 253 ◦ green 29 ◦ blue 6

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

Shades of Scarlet #FD1D06

Tints of Scarlet #FD1D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 87.85%
G = 10.07%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1D06 (or 0xFD1D06) is known color: Scarlet. HEX triplet: FD, 1D and 06. RGB value is (253,29,6). Sum of RGB (Red+Green+Blue) = 253+29+6=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D06 is #02E2F9. Grayscale: #5D5D5D. Windows color (decimal): -189178 or 400893. OLE color: 400893.

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

Color convert

RGB 253 29 6 -
CMYK 0 0.89 0.98 0.01
HSL 5.59º 0.98% 0.51% -
HSV(B) 5.59º 0.98% 0.99% -
XYZ 40.98 21.77 2.22 -
YUV 93.35 78.71 241.87 -
System Red Green Blue C M Y K H S L
Decimal 253 29 6 0 0.89 0.98 0.01 5.59 0.98 0.51
Hex FD 1D 6 0 59 62 1 6 62 33
Octal 375 35 6 0 131 142 1 6 142 63
Binary 11111101 11101 110 0 1011001 1100010 1 110 1100010 110011

Color Harmonies of #FD1D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D06

Black with #FD1D06

Text Example


Text Example

White with #FD1D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D06; }

 p { color: rgb(253,29,6); }

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

background-color css

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

 a { background-color: rgb(253,29,6); }

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

border-color css

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

 span { border-color: rgb(253,29,6); }

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