Html Css Color HEX #FC221E Scarlet

📋 copy color: '#FC221E'

red 252 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #FC221E

Tints of Scarlet #FC221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 79.75%
G = 10.76%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC221E (or 0xFC221E) is known color: Scarlet. HEX triplet: FC, 22 and 1E. RGB value is (252,34,30). Sum of RGB (Red+Green+Blue) = 252+34+30=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC221E is #03DDE1. Grayscale: #626262. Windows color (decimal): -253410 or 1975036. OLE color: 1975036.

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

Color convert

RGB 252 34 30 -
CMYK 0 0.87 0.88 0.01
HSL 1.08º 0.97% 0.55% -
HSV(B) 1.08º 0.88% 0.99% -
XYZ 40.95 21.93 3.3 -
YUV 98.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 252 34 30 0 0.87 0.88 0.01 1.08 0.97 0.55
Hex FC 22 1E 0 57 58 1 1 61 37
Octal 374 42 36 0 127 130 1 1 141 67
Binary 11111100 100010 11110 0 1010111 1011000 1 1 1100001 110111

Color Harmonies of #FC221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC221E

Black with #FC221E

Text Example


Text Example

White with #FC221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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