Html Css Color HEX #FC290C Scarlet

📋 copy color: '#FC290C'

red 252 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #FC290C

Tints of Scarlet #FC290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 82.62%
G = 13.44%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC290C (or 0xFC290C) is known color: Scarlet. HEX triplet: FC, 29 and 0C. RGB value is (252,41,12). Sum of RGB (Red+Green+Blue) = 252+41+12=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC290C is #03D6F3. Grayscale: #656565. Windows color (decimal): -251636 or 797180. OLE color: 797180.

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

Color convert

RGB 252 41 12 -
CMYK 0 0.84 0.95 0.01
HSL 7.25º 0.98% 0.52% -
HSV(B) 7.25º 0.95% 0.99% -
XYZ 41 22.31 2.49 -
YUV 100.78 77.9 235.86 -
System Red Green Blue C M Y K H S L
Decimal 252 41 12 0 0.84 0.95 0.01 7.25 0.98 0.52
Hex FC 29 C 0 54 5F 1 7 62 34
Octal 374 51 14 0 124 137 1 7 142 64
Binary 11111100 101001 1100 0 1010100 1011111 1 111 1100010 110100

Color Harmonies of #FC290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC290C

Black with #FC290C

Text Example


Text Example

White with #FC290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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