Html Css Color HEX #FC2C0C Scarlet

📋 copy color: '#FC2C0C'

red 252 ◦ green 44 ◦ blue 12

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

Shades of Scarlet #FC2C0C

Tints of Scarlet #FC2C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 81.82%
G = 14.29%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC2C0C (or 0xFC2C0C) is known color: Scarlet. HEX triplet: FC, 2C and 0C. RGB value is (252,44,12). Sum of RGB (Red+Green+Blue) = 252+44+12=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C0C is #03D3F3. Grayscale: #666666. Windows color (decimal): -250868 or 797948. OLE color: 797948.

HSL color Cylindrical-coordinate representation of color #FC2C0C: hue angle of 8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC2C0C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 44 12 -
CMYK 0 0.83 0.95 0.01
HSL 0.98% 0.52% -
HSV(B) 0.95% 0.99% -
XYZ 41.11 22.52 2.53 -
YUV 102.54 76.91 234.6 -
System Red Green Blue C M Y K H S L
Decimal 252 44 12 0 0.83 0.95 0.01 8 0.98 0.52
Hex FC 2C C 0 53 5F 1 8 62 34
Octal 374 54 14 0 123 137 1 10 142 64
Binary 11111100 101100 1100 0 1010011 1011111 1 1000 1100010 110100

Color Harmonies of #FC2C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C0C

Black with #FC2C0C

Text Example


Text Example

White with #FC2C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C0C; }

 p { color: rgb(252,44,12); }

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

background-color css

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

 a { background-color: rgb(252,44,12); }

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

border-color css

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

 span { border-color: rgb(252,44,12); }

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