Html Css Color HEX #FD211B Scarlet

📋 copy color: '#FD211B'

red 253 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #FD211B

Tints of Scarlet #FD211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 80.83%
G = 10.54%
B = 8.63%

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

#FD211B (or 0xFD211B) is known color: Scarlet. HEX triplet: FD, 21 and 1B. RGB value is (253,33,27). Sum of RGB (Red+Green+Blue) = 253+33+27=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD211B is #02DEE4. Grayscale: #626262. Windows color (decimal): -188133 or 1778173. OLE color: 1778173.

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

Color convert

RGB 253 33 27 -
CMYK 0 0.87 0.89 0.01
HSL 1.59º 0.98% 0.55% -
HSV(B) 1.59º 0.89% 0.99% -
XYZ 41.25 22.05 3.12 -
YUV 98.1 87.89 238.49 -
System Red Green Blue C M Y K H S L
Decimal 253 33 27 0 0.87 0.89 0.01 1.59 0.98 0.55
Hex FD 21 1B 0 57 59 1 2 62 37
Octal 375 41 33 0 127 131 1 2 142 67
Binary 11111101 100001 11011 0 1010111 1011001 1 10 1100010 110111

Color Harmonies of #FD211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD211B

Black with #FD211B

Text Example


Text Example

White with #FD211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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