Html Css Color HEX #FD211F Scarlet

📋 copy color: '#FD211F'

red 253 ◦ green 33 ◦ blue 31

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

Shades of Scarlet #FD211F

Tints of Scarlet #FD211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 79.81%
G = 10.41%
B = 9.78%

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

#FD211F (or 0xFD211F) is known color: Scarlet. HEX triplet: FD, 21 and 1F. RGB value is (253,33,31). Sum of RGB (Red+Green+Blue) = 253+33+31=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD211F is #02DEE0. Grayscale: #626262. Windows color (decimal): -188129 or 2040317. OLE color: 2040317.

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

Color convert

RGB 253 33 31 -
CMYK 0 0.87 0.88 0.01
HSL 0.54º 0.98% 0.56% -
HSV(B) 0.54º 0.88% 0.99% -
XYZ 41.3 22.07 3.38 -
YUV 98.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 253 33 31 0 0.87 0.88 0.01 0.54 0.98 0.56
Hex FD 21 1F 0 57 58 1 1 62 38
Octal 375 41 37 0 127 130 1 1 142 70
Binary 11111101 100001 11111 0 1010111 1011000 1 1 1100010 111000

Color Harmonies of #FD211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD211F

Black with #FD211F

Text Example


Text Example

White with #FD211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD211F; }

 p { color: rgb(253,33,31); }

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

background-color css

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

 a { background-color: rgb(253,33,31); }

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

border-color css

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

 span { border-color: rgb(253,33,31); }

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