Html Css Color HEX #FC2D0E Scarlet

📋 copy color: '#FC2D0E'

red 252 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #FC2D0E

Tints of Scarlet #FC2D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 81.03%
G = 14.47%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2D0E (or 0xFC2D0E) is known color: Scarlet. HEX triplet: FC, 2D and 0E. RGB value is (252,45,14). Sum of RGB (Red+Green+Blue) = 252+45+14=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D0E is #03D2F1. Grayscale: #676767. Windows color (decimal): -250610 or 929276. OLE color: 929276.

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

Color convert

RGB 252 45 14 -
CMYK 0 0.82 0.94 0.01
HSL 7.82º 0.98% 0.52% -
HSV(B) 7.82º 0.94% 0.99% -
XYZ 41.16 22.6 2.61 -
YUV 103.36 77.58 234.02 -
System Red Green Blue C M Y K H S L
Decimal 252 45 14 0 0.82 0.94 0.01 7.82 0.98 0.52
Hex FC 2D E 0 52 5E 1 8 62 34
Octal 374 55 16 0 122 136 1 10 142 64
Binary 11111100 101101 1110 0 1010010 1011110 1 1000 1100010 110100

Color Harmonies of #FC2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D0E

Black with #FC2D0E

Text Example


Text Example

White with #FC2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D0E; }

 p { color: rgb(252,45,14); }

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

background-color css

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

 a { background-color: rgb(252,45,14); }

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

border-color css

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

 span { border-color: rgb(252,45,14); }

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