Html Css Color HEX #FC251D Scarlet

📋 copy color: '#FC251D'

red 252 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #FC251D

Tints of Scarlet #FC251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 79.25%
G = 11.64%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC251D (or 0xFC251D) is known color: Scarlet. HEX triplet: FC, 25 and 1D. RGB value is (252,37,29). Sum of RGB (Red+Green+Blue) = 252+37+29=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC251D is #03DAE2. Grayscale: #646464. Windows color (decimal): -252643 or 1910268. OLE color: 1910268.

HSL color Cylindrical-coordinate representation of color #FC251D: hue angle of 2.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC251D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 29 -
CMYK 0 0.85 0.88 0.01
HSL 2.15º 0.97% 0.55% -
HSV(B) 2.15º 0.88% 0.99% -
XYZ 41.03 22.11 3.27 -
YUV 100.37 87.73 236.15 -
System Red Green Blue C M Y K H S L
Decimal 252 37 29 0 0.85 0.88 0.01 2.15 0.97 0.55
Hex FC 25 1D 0 55 58 1 2 61 37
Octal 374 45 35 0 125 130 1 2 141 67
Binary 11111100 100101 11101 0 1010101 1011000 1 10 1100001 110111

Color Harmonies of #FC251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC251D

Black with #FC251D

Text Example


Text Example

White with #FC251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC251D; }

 p { color: rgb(252,37,29); }

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

background-color css

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

 a { background-color: rgb(252,37,29); }

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

border-color css

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

 span { border-color: rgb(252,37,29); }

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