Html Css Color HEX #FD221C Scarlet

📋 copy color: '#FD221C'

red 253 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #FD221C

Tints of Scarlet #FD221C

RGB

 RED value IS 253 (99.22% from 255) = 80.32%

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 80.32%
G = 10.79%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD221C (or 0xFD221C) is known color: Scarlet. HEX triplet: FD, 22 and 1C. RGB value is (253,34,28). Sum of RGB (Red+Green+Blue) = 253+34+28=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD221C is #02DDE3. Grayscale: #636363. Windows color (decimal): -187876 or 1843965. OLE color: 1843965.

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

Color convert

RGB 253 34 28 -
CMYK 0 0.87 0.89 0.01
HSL 1.6º 0.98% 0.55% -
HSV(B) 1.6º 0.89% 0.99% -
XYZ 41.29 22.11 3.19 -
YUV 98.8 88.05 237.99 -
System Red Green Blue C M Y K H S L
Decimal 253 34 28 0 0.87 0.89 0.01 1.6 0.98 0.55
Hex FD 22 1C 0 57 59 1 2 62 37
Octal 375 42 34 0 127 131 1 2 142 67
Binary 11111101 100010 11100 0 1010111 1011001 1 10 1100010 110111

Color Harmonies of #FD221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD221C

Black with #FD221C

Text Example


Text Example

White with #FD221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD221C; }

 p { color: rgb(253,34,28); }

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

background-color css

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

 a { background-color: rgb(253,34,28); }

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

border-color css

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

 span { border-color: rgb(253,34,28); }

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