Html Css Color HEX #FD1505 Scarlet

📋 copy color: '#FD1505'

red 253 ◦ green 21 ◦ blue 5

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

Shades of Scarlet #FD1505

Tints of Scarlet #FD1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 90.68%
G = 7.53%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1505 (or 0xFD1505) is known color: Scarlet. HEX triplet: FD, 15 and 05. RGB value is (253,21,5). Sum of RGB (Red+Green+Blue) = 253+21+5=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1505 is #02EAFA. Grayscale: #585858. Windows color (decimal): -191227 or 333309. OLE color: 333309.

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

Color convert

RGB 253 21 5 -
CMYK 0 0.92 0.98 0.01
HSL 3.87º 0.98% 0.51% -
HSV(B) 3.87º 0.98% 0.99% -
XYZ 40.8 21.43 2.13 -
YUV 88.54 80.86 245.3 -
System Red Green Blue C M Y K H S L
Decimal 253 21 5 0 0.92 0.98 0.01 3.87 0.98 0.51
Hex FD 15 5 0 5C 62 1 4 62 33
Octal 375 25 5 0 134 142 1 4 142 63
Binary 11111101 10101 101 0 1011100 1100010 1 100 1100010 110011

Color Harmonies of #FD1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1505

Black with #FD1505

Text Example


Text Example

White with #FD1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1505; }

 p { color: rgb(253,21,5); }

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

background-color css

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

 a { background-color: rgb(253,21,5); }

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

border-color css

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

 span { border-color: rgb(253,21,5); }

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