Html Css Color HEX #FD1816 Scarlet

📋 copy color: '#FD1816'

red 253 ◦ green 24 ◦ blue 22

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

Shades of Scarlet #FD1816

Tints of Scarlet #FD1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 84.62%
G = 8.03%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD1816 (or 0xFD1816) is known color: Scarlet. HEX triplet: FD, 18 and 16. RGB value is (253,24,22). Sum of RGB (Red+Green+Blue) = 253+24+22=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1816 is #02E7E9. Grayscale: #5C5C5C. Windows color (decimal): -190442 or 1448189. OLE color: 1448189.

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

Color convert

RGB 253 24 22 -
CMYK 0 0.91 0.91 0.01
HSL 0.52º 0.98% 0.54% -
HSV(B) 0.52º 0.91% 0.99% -
XYZ 40.98 21.59 2.77 -
YUV 92.24 88.37 242.66 -
System Red Green Blue C M Y K H S L
Decimal 253 24 22 0 0.91 0.91 0.01 0.52 0.98 0.54
Hex FD 18 16 0 5B 5B 1 1 62 36
Octal 375 30 26 0 133 133 1 1 142 66
Binary 11111101 11000 10110 0 1011011 1011011 1 1 1100010 110110

Color Harmonies of #FD1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1816

Black with #FD1816

Text Example


Text Example

White with #FD1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1816; }

 p { color: rgb(253,24,22); }

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

background-color css

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

 a { background-color: rgb(253,24,22); }

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

border-color css

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

 span { border-color: rgb(253,24,22); }

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