Html Css Color HEX #FC1502 Scarlet

📋 copy color: '#FC1502'

red 252 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #FC1502

Tints of Scarlet #FC1502

RGB

 RED value IS 252 (98.83% from 255) = 91.64%

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

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

R = 91.64%
G = 7.64%
B = 0.73%

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

#FC1502 (or 0xFC1502) is known color: Scarlet. HEX triplet: FC, 15 and 02. RGB value is (252,21,2). Sum of RGB (Red+Green+Blue) = 252+21+2=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1502 is #03EAFD. Grayscale: #585858. Windows color (decimal): -256766 or 136700. OLE color: 136700.

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

Color convert

RGB 252 21 2 -
CMYK 0 0.92 0.99 0.01
HSL 4.56º 0.98% 0.5% -
HSV(B) 4.56º 0.99% 0.99% -
XYZ 40.42 21.24 2.03 -
YUV 87.9 79.53 245.04 -
System Red Green Blue C M Y K H S L
Decimal 252 21 2 0 0.92 0.99 0.01 4.56 0.98 0.5
Hex FC 15 2 0 5C 63 1 5 62 32
Octal 374 25 2 0 134 143 1 5 142 62
Binary 11111100 10101 10 0 1011100 1100011 1 101 1100010 110010

Color Harmonies of #FC1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1502

Black with #FC1502

Text Example


Text Example

White with #FC1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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