Html Css Color HEX #FD1502 Scarlet

📋 copy color: '#FD1502'

red 253 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #FD1502

Tints of Scarlet #FD1502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 91.67%
G = 7.61%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD1502 (or 0xFD1502) is known color: Scarlet. HEX triplet: FD, 15 and 02. RGB value is (253,21,2). Sum of RGB (Red+Green+Blue) = 253+21+2=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1502 is #02EAFD. Grayscale: #585858. Windows color (decimal): -191230 or 136701. OLE color: 136701.

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

Color convert

RGB 253 21 2 -
CMYK 0 0.92 0.99 0.01
HSL 4.54º 0.98% 0.5% -
HSV(B) 4.54º 0.99% 0.99% -
XYZ 40.79 21.42 2.04 -
YUV 88.2 79.36 245.54 -
System Red Green Blue C M Y K H S L
Decimal 253 21 2 0 0.92 0.99 0.01 4.54 0.98 0.5
Hex FD 15 2 0 5C 63 1 5 62 32
Octal 375 25 2 0 134 143 1 5 142 62
Binary 11111101 10101 10 0 1011100 1100011 1 101 1100010 110010

Color Harmonies of #FD1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1502

Black with #FD1502

Text Example


Text Example

White with #FD1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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