Html Css Color HEX #FC3002 Scarlet

📋 copy color: '#FC3002'

red 252 ◦ green 48 ◦ blue 2

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

Shades of Scarlet #FC3002

Tints of Scarlet #FC3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 83.44%
G = 15.89%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC3002 (or 0xFC3002) is known color: Scarlet. HEX triplet: FC, 30 and 02. RGB value is (252,48,2). Sum of RGB (Red+Green+Blue) = 252+48+2=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3002 is #03CFFD. Grayscale: #686868. Windows color (decimal): -249854 or 143612. OLE color: 143612.

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

Color convert

RGB 252 48 2 -
CMYK 0 0.81 0.99 0.01
HSL 11.04º 0.98% 0.5% -
HSV(B) 11.04º 0.99% 0.99% -
XYZ 41.21 22.81 2.29 -
YUV 103.75 70.59 233.74 -
System Red Green Blue C M Y K H S L
Decimal 252 48 2 0 0.81 0.99 0.01 11.04 0.98 0.5
Hex FC 30 2 0 51 63 1 B 62 32
Octal 374 60 2 0 121 143 1 13 142 62
Binary 11111100 110000 10 0 1010001 1100011 1 1011 1100010 110010

Color Harmonies of #FC3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3002

Black with #FC3002

Text Example


Text Example

White with #FC3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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