Html Css Color HEX #FC2B0C Scarlet

📋 copy color: '#FC2B0C'

red 252 ◦ green 43 ◦ blue 12

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

Shades of Scarlet #FC2B0C

Tints of Scarlet #FC2B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 82.08%
G = 14.01%
B = 3.91%

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

#FC2B0C (or 0xFC2B0C) is known color: Scarlet. HEX triplet: FC, 2B and 0C. RGB value is (252,43,12). Sum of RGB (Red+Green+Blue) = 252+43+12=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2B0C is #03D4F3. Grayscale: #666666. Windows color (decimal): -251124 or 797692. OLE color: 797692.

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

Color convert

RGB 252 43 12 -
CMYK 0 0.83 0.95 0.01
HSL 7.75º 0.98% 0.52% -
HSV(B) 7.75º 0.95% 0.99% -
XYZ 41.08 22.45 2.52 -
YUV 101.96 77.24 235.02 -
System Red Green Blue C M Y K H S L
Decimal 252 43 12 0 0.83 0.95 0.01 7.75 0.98 0.52
Hex FC 2B C 0 53 5F 1 8 62 34
Octal 374 53 14 0 123 137 1 10 142 64
Binary 11111100 101011 1100 0 1010011 1011111 1 1000 1100010 110100

Color Harmonies of #FC2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B0C

Black with #FC2B0C

Text Example


Text Example

White with #FC2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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