Html Css Color HEX #FC1D02 Scarlet

📋 copy color: '#FC1D02'

red 252 ◦ green 29 ◦ blue 2

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

Shades of Scarlet #FC1D02

Tints of Scarlet #FC1D02

RGB

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

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

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

R = 89.05%
G = 10.25%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC1D02 (or 0xFC1D02) is known color: Scarlet. HEX triplet: FC, 1D and 02. RGB value is (252,29,2). Sum of RGB (Red+Green+Blue) = 252+29+2=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D02 is #03E2FD. Grayscale: #5C5C5C. Windows color (decimal): -254718 or 138748. OLE color: 138748.

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

Color convert

RGB 252 29 2 -
CMYK 0 0.88 0.99 0.01
HSL 6.48º 0.98% 0.5% -
HSV(B) 6.48º 0.99% 0.99% -
XYZ 40.6 21.58 2.08 -
YUV 92.6 76.88 241.7 -
System Red Green Blue C M Y K H S L
Decimal 252 29 2 0 0.88 0.99 0.01 6.48 0.98 0.5
Hex FC 1D 2 0 58 63 1 6 62 32
Octal 374 35 2 0 130 143 1 6 142 62
Binary 11111100 11101 10 0 1011000 1100011 1 110 1100010 110010

Color Harmonies of #FC1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D02

Black with #FC1D02

Text Example


Text Example

White with #FC1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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