Html Css Color HEX #FC2B0D Scarlet

📋 copy color: '#FC2B0D'

red 252 ◦ green 43 ◦ blue 13

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

Shades of Scarlet #FC2B0D

Tints of Scarlet #FC2B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 81.82%
G = 13.96%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC2B0D (or 0xFC2B0D) is known color: Scarlet. HEX triplet: FC, 2B and 0D. RGB value is (252,43,13). Sum of RGB (Red+Green+Blue) = 252+43+13=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2B0D is #03D4F2. Grayscale: #666666. Windows color (decimal): -251123 or 863228. OLE color: 863228.

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

Color convert

RGB 252 43 13 -
CMYK 0 0.83 0.95 0.01
HSL 7.53º 0.98% 0.52% -
HSV(B) 7.53º 0.95% 0.99% -
XYZ 41.08 22.45 2.55 -
YUV 102.07 77.74 234.94 -
System Red Green Blue C M Y K H S L
Decimal 252 43 13 0 0.83 0.95 0.01 7.53 0.98 0.52
Hex FC 2B D 0 53 5F 1 8 62 34
Octal 374 53 15 0 123 137 1 10 142 64
Binary 11111100 101011 1101 0 1010011 1011111 1 1000 1100010 110100

Color Harmonies of #FC2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B0D

Black with #FC2B0D

Text Example


Text Example

White with #FC2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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