Html Css Color HEX #FC271E Scarlet

📋 copy color: '#FC271E'

red 252 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #FC271E

Tints of Scarlet #FC271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 78.5%
G = 12.15%
B = 9.35%

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

#FC271E (or 0xFC271E) is known color: Scarlet. HEX triplet: FC, 27 and 1E. RGB value is (252,39,30). Sum of RGB (Red+Green+Blue) = 252+39+30=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC271E is #03D8E1. Grayscale: #656565. Windows color (decimal): -252130 or 1976316. OLE color: 1976316.

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

Color convert

RGB 252 39 30 -
CMYK 0 0.85 0.88 0.01
HSL 2.43º 0.97% 0.55% -
HSV(B) 2.43º 0.88% 0.99% -
XYZ 41.1 22.24 3.35 -
YUV 101.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 252 39 30 0 0.85 0.88 0.01 2.43 0.97 0.55
Hex FC 27 1E 0 55 58 1 2 61 37
Octal 374 47 36 0 125 130 1 2 141 67
Binary 11111100 100111 11110 0 1010101 1011000 1 10 1100001 110111

Color Harmonies of #FC271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC271E

Black with #FC271E

Text Example


Text Example

White with #FC271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC271E; }

 p { color: rgb(252,39,30); }

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

background-color css

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

 a { background-color: rgb(252,39,30); }

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

border-color css

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

 span { border-color: rgb(252,39,30); }

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