Html Css Color HEX #FC251F Scarlet

📋 copy color: '#FC251F'

red 252 ◦ green 37 ◦ blue 31

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

Shades of Scarlet #FC251F

Tints of Scarlet #FC251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 78.75%
G = 11.56%
B = 9.69%

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

#FC251F (or 0xFC251F) is known color: Scarlet. HEX triplet: FC, 25 and 1F. RGB value is (252,37,31). Sum of RGB (Red+Green+Blue) = 252+37+31=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC251F is #03DAE0. Grayscale: #646464. Windows color (decimal): -252641 or 2041340. OLE color: 2041340.

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

Color convert

RGB 252 37 31 -
CMYK 0 0.85 0.88 0.01
HSL 1.63º 0.97% 0.55% -
HSV(B) 1.63º 0.88% 0.99% -
XYZ 41.05 22.12 3.4 -
YUV 100.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 252 37 31 0 0.85 0.88 0.01 1.63 0.97 0.55
Hex FC 25 1F 0 55 58 1 2 61 37
Octal 374 45 37 0 125 130 1 2 141 67
Binary 11111100 100101 11111 0 1010101 1011000 1 10 1100001 110111

Color Harmonies of #FC251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC251F

Black with #FC251F

Text Example


Text Example

White with #FC251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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