Html Css Color HEX #FD2113 Scarlet

📋 copy color: '#FD2113'

red 253 ◦ green 33 ◦ blue 19

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

Shades of Scarlet #FD2113

Tints of Scarlet #FD2113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 82.95%
G = 10.82%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2113 (or 0xFD2113) is known color: Scarlet. HEX triplet: FD, 21 and 13. RGB value is (253,33,19). Sum of RGB (Red+Green+Blue) = 253+33+19=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2113 is #02DEEC. Grayscale: #616161. Windows color (decimal): -188141 or 1253885. OLE color: 1253885.

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

Color convert

RGB 253 33 19 -
CMYK 0 0.87 0.92 0.01
HSL 3.59º 0.98% 0.53% -
HSV(B) 3.59º 0.92% 0.99% -
XYZ 41.17 22.02 2.7 -
YUV 97.18 83.89 239.14 -
System Red Green Blue C M Y K H S L
Decimal 253 33 19 0 0.87 0.92 0.01 3.59 0.98 0.53
Hex FD 21 13 0 57 5C 1 4 62 35
Octal 375 41 23 0 127 134 1 4 142 65
Binary 11111101 100001 10011 0 1010111 1011100 1 100 1100010 110101

Color Harmonies of #FD2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2113

Black with #FD2113

Text Example


Text Example

White with #FD2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2113; }

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

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

background-color css

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

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

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

border-color css

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

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

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