Html Css Color HEX #FD201E Scarlet

📋 copy color: '#FD201E'

red 253 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #FD201E

Tints of Scarlet #FD201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 80.32%
G = 10.16%
B = 9.52%

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

#FD201E (or 0xFD201E) is known color: Scarlet. HEX triplet: FD, 20 and 1E. RGB value is (253,32,30). Sum of RGB (Red+Green+Blue) = 253+32+30=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201E is #02DFE1. Grayscale: #626262. Windows color (decimal): -188386 or 1974525. OLE color: 1974525.

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

Color convert

RGB 253 32 30 -
CMYK 0 0.87 0.88 0.01
HSL 0.54º 0.98% 0.55% -
HSV(B) 0.54º 0.88% 0.99% -
XYZ 41.26 22.01 3.3 -
YUV 97.85 89.72 238.66 -
System Red Green Blue C M Y K H S L
Decimal 253 32 30 0 0.87 0.88 0.01 0.54 0.98 0.55
Hex FD 20 1E 0 57 58 1 1 62 37
Octal 375 40 36 0 127 130 1 1 142 67
Binary 11111101 100000 11110 0 1010111 1011000 1 1 1100010 110111

Color Harmonies of #FD201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD201E

Black with #FD201E

Text Example


Text Example

White with #FD201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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