Html Css Color HEX #FD1616 Scarlet

📋 copy color: '#FD1616'

red 253 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #FD1616

Tints of Scarlet #FD1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 85.19%
G = 7.41%
B = 7.41%

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

#FD1616 (or 0xFD1616) is known color: Scarlet. HEX triplet: FD, 16 and 16. RGB value is (253,22,22). Sum of RGB (Red+Green+Blue) = 253+22+22=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1616 is #02E9E9. Grayscale: #5B5B5B. Windows color (decimal): -190954 or 1447677. OLE color: 1447677.

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

Color convert

RGB 253 22 22 -
CMYK 0 0.91 0.91 0.01
HSL 0.98% 0.54% -
HSV(B) 0.91% 0.99% -
XYZ 40.94 21.51 2.75 -
YUV 91.07 89.03 243.5 -
System Red Green Blue C M Y K H S L
Decimal 253 22 22 0 0.91 0.91 0.01 0 0.98 0.54
Hex FD 16 16 0 5B 5B 1 0 62 36
Octal 375 26 26 0 133 133 1 0 142 66
Binary 11111101 10110 10110 0 1011011 1011011 1 0 1100010 110110

Color Harmonies of #FD1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1616

Black with #FD1616

Text Example


Text Example

White with #FD1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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