Html Css Color HEX #FD211E Scarlet

📋 copy color: '#FD211E'

red 253 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #FD211E

Tints of Scarlet #FD211E

RGB

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

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

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

R = 80.06%
G = 10.44%
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

#FD211E (or 0xFD211E) is known color: Scarlet. HEX triplet: FD, 21 and 1E. RGB value is (253,33,30). Sum of RGB (Red+Green+Blue) = 253+33+30=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD211E is #02DEE1. Grayscale: #626262. Windows color (decimal): -188130 or 1974781. OLE color: 1974781.

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

Color convert

RGB 253 33 30 -
CMYK 0 0.87 0.88 0.01
HSL 0.81º 0.98% 0.55% -
HSV(B) 0.81º 0.88% 0.99% -
XYZ 41.29 22.06 3.31 -
YUV 98.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 253 33 30 0 0.87 0.88 0.01 0.81 0.98 0.55
Hex FD 21 1E 0 57 58 1 1 62 37
Octal 375 41 36 0 127 130 1 1 142 67
Binary 11111101 100001 11110 0 1010111 1011000 1 1 1100010 110111

Color Harmonies of #FD211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD211E

Black with #FD211E

Text Example


Text Example

White with #FD211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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