Html Css Color HEX #FC280D Scarlet

📋 copy color: '#FC280D'

red 252 ◦ green 40 ◦ blue 13

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

Shades of Scarlet #FC280D

Tints of Scarlet #FC280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 82.62%
G = 13.11%
B = 4.26%

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

#FC280D (or 0xFC280D) is known color: Scarlet. HEX triplet: FC, 28 and 0D. RGB value is (252,40,13). Sum of RGB (Red+Green+Blue) = 252+40+13=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC280D is #03D7F2. Grayscale: #646464. Windows color (decimal): -251891 or 862460. OLE color: 862460.

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

Color convert

RGB 252 40 13 -
CMYK 0 0.84 0.95 0.01
HSL 6.78º 0.98% 0.52% -
HSV(B) 6.78º 0.95% 0.99% -
XYZ 40.98 22.24 2.51 -
YUV 100.31 78.74 236.2 -
System Red Green Blue C M Y K H S L
Decimal 252 40 13 0 0.84 0.95 0.01 6.78 0.98 0.52
Hex FC 28 D 0 54 5F 1 7 62 34
Octal 374 50 15 0 124 137 1 7 142 64
Binary 11111100 101000 1101 0 1010100 1011111 1 111 1100010 110100

Color Harmonies of #FC280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC280D

Black with #FC280D

Text Example


Text Example

White with #FC280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC280D; }

 p { color: rgb(252,40,13); }

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

background-color css

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

 a { background-color: rgb(252,40,13); }

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

border-color css

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

 span { border-color: rgb(252,40,13); }

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