Html Css Color HEX #FC3303 Scarlet

📋 copy color: '#FC3303'

red 252 ◦ green 51 ◦ blue 3

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

Shades of Scarlet #FC3303

Tints of Scarlet #FC3303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 82.35%
G = 16.67%
B = 0.98%

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

#FC3303 (or 0xFC3303) is known color: Scarlet. HEX triplet: FC, 33 and 03. RGB value is (252,51,3). Sum of RGB (Red+Green+Blue) = 252+51+3=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3303 is #03CCFC. Grayscale: #6A6A6A. Windows color (decimal): -249085 or 209916. OLE color: 209916.

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

Color convert

RGB 252 51 3 -
CMYK 0 0.80 0.99 0.01
HSL 11.57º 0.98% 0.5% -
HSV(B) 11.57º 0.99% 0.99% -
XYZ 41.35 23.07 2.36 -
YUV 105.63 70.09 232.4 -
System Red Green Blue C M Y K H S L
Decimal 252 51 3 0 0.80 0.99 0.01 11.57 0.98 0.5
Hex FC 33 3 0 50 63 1 C 62 32
Octal 374 63 3 0 120 143 1 14 142 62
Binary 11111100 110011 11 0 1010000 1100011 1 1100 1100010 110010

Color Harmonies of #FC3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3303

Black with #FC3303

Text Example


Text Example

White with #FC3303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3303; }

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

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

background-color css

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

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

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

border-color css

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

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

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