Html Css Color HEX #FC2A0F Scarlet

📋 copy color: '#FC2A0F'

red 252 ◦ green 42 ◦ blue 15

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

Shades of Scarlet #FC2A0F

Tints of Scarlet #FC2A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 81.55%
G = 13.59%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2A0F (or 0xFC2A0F) is known color: Scarlet. HEX triplet: FC, 2A and 0F. RGB value is (252,42,15). Sum of RGB (Red+Green+Blue) = 252+42+15=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2A0F is #03D5F0. Grayscale: #666666. Windows color (decimal): -251377 or 994044. OLE color: 994044.

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

Color convert

RGB 252 42 15 -
CMYK 0 0.83 0.94 0.01
HSL 6.84º 0.98% 0.52% -
HSV(B) 6.84º 0.94% 0.99% -
XYZ 41.06 22.39 2.61 -
YUV 101.71 79.07 235.2 -
System Red Green Blue C M Y K H S L
Decimal 252 42 15 0 0.83 0.94 0.01 6.84 0.98 0.52
Hex FC 2A F 0 53 5E 1 7 62 34
Octal 374 52 17 0 123 136 1 7 142 64
Binary 11111100 101010 1111 0 1010011 1011110 1 111 1100010 110100

Color Harmonies of #FC2A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A0F

Black with #FC2A0F

Text Example


Text Example

White with #FC2A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A0F; }

 p { color: rgb(252,42,15); }

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

background-color css

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

 a { background-color: rgb(252,42,15); }

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

border-color css

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

 span { border-color: rgb(252,42,15); }

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