Html Css Color HEX #FD3211 Scarlet

📋 copy color: '#FD3211'

red 253 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #FD3211

Tints of Scarlet #FD3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 79.06%
G = 15.63%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD3211 (or 0xFD3211) is known color: Scarlet. HEX triplet: FD, 32 and 11. RGB value is (253,50,17). Sum of RGB (Red+Green+Blue) = 253+50+17=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3211 is #02CDEE. Grayscale: #6B6B6B. Windows color (decimal): -183791 or 1127165. OLE color: 1127165.

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

Color convert

RGB 253 50 17 -
CMYK 0 0.80 0.93 0.01
HSL 8.39º 0.98% 0.53% -
HSV(B) 8.39º 0.93% 0.99% -
XYZ 41.75 23.2 2.81 -
YUV 106.94 77.25 232.18 -
System Red Green Blue C M Y K H S L
Decimal 253 50 17 0 0.80 0.93 0.01 8.39 0.98 0.53
Hex FD 32 11 0 50 5D 1 8 62 35
Octal 375 62 21 0 120 135 1 10 142 65
Binary 11111101 110010 10001 0 1010000 1011101 1 1000 1100010 110101

Color Harmonies of #FD3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3211

Black with #FD3211

Text Example


Text Example

White with #FD3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3211; }

 p { color: rgb(253,50,17); }

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

background-color css

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

 a { background-color: rgb(253,50,17); }

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

border-color css

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

 span { border-color: rgb(253,50,17); }

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