Html Css Color HEX #FD2112 Scarlet

📋 copy color: '#FD2112'

red 253 ◦ green 33 ◦ blue 18

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

Shades of Scarlet #FD2112

Tints of Scarlet #FD2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 83.22%
G = 10.86%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2112 (or 0xFD2112) is known color: Scarlet. HEX triplet: FD, 21 and 12. RGB value is (253,33,18). Sum of RGB (Red+Green+Blue) = 253+33+18=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2112 is #02DEED. Grayscale: #616161. Windows color (decimal): -188142 or 1188349. OLE color: 1188349.

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

Color convert

RGB 253 33 18 -
CMYK 0 0.87 0.93 0.01
HSL 3.83º 0.98% 0.53% -
HSV(B) 3.83º 0.93% 0.99% -
XYZ 41.16 22.01 2.65 -
YUV 97.07 83.39 239.22 -
System Red Green Blue C M Y K H S L
Decimal 253 33 18 0 0.87 0.93 0.01 3.83 0.98 0.53
Hex FD 21 12 0 57 5D 1 4 62 35
Octal 375 41 22 0 127 135 1 4 142 65
Binary 11111101 100001 10010 0 1010111 1011101 1 100 1100010 110101

Color Harmonies of #FD2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2112

Black with #FD2112

Text Example


Text Example

White with #FD2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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