Html Css Color HEX #FC2C0B Scarlet

📋 copy color: '#FC2C0B'

red 252 ◦ green 44 ◦ blue 11

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

Shades of Scarlet #FC2C0B

Tints of Scarlet #FC2C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 82.08%
G = 14.33%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC2C0B (or 0xFC2C0B) is known color: Scarlet. HEX triplet: FC, 2C and 0B. RGB value is (252,44,11). Sum of RGB (Red+Green+Blue) = 252+44+11=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C0B is #03D3F4. Grayscale: #666666. Windows color (decimal): -250869 or 732412. OLE color: 732412.

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

Color convert

RGB 252 44 11 -
CMYK 0 0.83 0.96 0.01
HSL 8.22º 0.98% 0.52% -
HSV(B) 8.22º 0.96% 0.99% -
XYZ 41.11 22.52 2.5 -
YUV 102.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 252 44 11 0 0.83 0.96 0.01 8.22 0.98 0.52
Hex FC 2C B 0 53 60 1 8 62 34
Octal 374 54 13 0 123 140 1 10 142 64
Binary 11111100 101100 1011 0 1010011 1100000 1 1000 1100010 110100

Color Harmonies of #FC2C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C0B

Black with #FC2C0B

Text Example


Text Example

White with #FC2C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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