Html Css Color HEX #FC3302 Scarlet

📋 copy color: '#FC3302'

red 252 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #FC3302

Tints of Scarlet #FC3302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 82.62%
G = 16.72%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC3302 (or 0xFC3302) is known color: Scarlet. HEX triplet: FC, 33 and 02. RGB value is (252,51,2). Sum of RGB (Red+Green+Blue) = 252+51+2=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3302 is #03CCFD. Grayscale: #696969. Windows color (decimal): -249086 or 144380. OLE color: 144380.

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

Color convert

RGB 252 51 2 -
CMYK 0 0.80 0.99 0.01
HSL 11.76º 0.98% 0.5% -
HSV(B) 11.76º 0.99% 0.99% -
XYZ 41.34 23.07 2.33 -
YUV 105.51 69.59 232.48 -
System Red Green Blue C M Y K H S L
Decimal 252 51 2 0 0.80 0.99 0.01 11.76 0.98 0.5
Hex FC 33 2 0 50 63 1 C 62 32
Octal 374 63 2 0 120 143 1 14 142 62
Binary 11111100 110011 10 0 1010000 1100011 1 1100 1100010 110010

Color Harmonies of #FC3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3302

Black with #FC3302

Text Example


Text Example

White with #FC3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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