Html Css Color HEX #FC2302 Scarlet

📋 copy color: '#FC2302'

red 252 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #FC2302

Tints of Scarlet #FC2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 87.2%
G = 12.11%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC2302 (or 0xFC2302) is known color: Scarlet. HEX triplet: FC, 23 and 02. RGB value is (252,35,2). Sum of RGB (Red+Green+Blue) = 252+35+2=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2302 is #03DCFD. Grayscale: #606060. Windows color (decimal): -253182 or 140284. OLE color: 140284.

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

Color convert

RGB 252 35 2 -
CMYK 0 0.86 0.99 0.01
HSL 7.92º 0.98% 0.5% -
HSV(B) 7.92º 0.99% 0.99% -
XYZ 40.76 21.9 2.14 -
YUV 96.12 74.89 239.18 -
System Red Green Blue C M Y K H S L
Decimal 252 35 2 0 0.86 0.99 0.01 7.92 0.98 0.5
Hex FC 23 2 0 56 63 1 8 62 32
Octal 374 43 2 0 126 143 1 10 142 62
Binary 11111100 100011 10 0 1010110 1100011 1 1000 1100010 110010

Color Harmonies of #FC2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2302

Black with #FC2302

Text Example


Text Example

White with #FC2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2302; }

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

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

background-color css

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

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

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

border-color css

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

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

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