Html Css Color HEX #FD1614 Scarlet

📋 copy color: '#FD1614'

red 253 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #FD1614

Tints of Scarlet #FD1614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 85.76%
G = 7.46%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1614 (or 0xFD1614) is known color: Scarlet. HEX triplet: FD, 16 and 14. RGB value is (253,22,20). Sum of RGB (Red+Green+Blue) = 253+22+20=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1614 is #02E9EB. Grayscale: #5B5B5B. Windows color (decimal): -190956 or 1316605. OLE color: 1316605.

HSL color Cylindrical-coordinate representation of color #FD1614: 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.92%. Process color model (Four color, CMYK) of #FD1614 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 22 20 -
CMYK 0 0.91 0.92 0.01
HSL 0.52º 0.98% 0.54% -
HSV(B) 0.52º 0.92% 0.99% -
XYZ 40.92 21.51 2.66 -
YUV 90.84 88.03 243.66 -
System Red Green Blue C M Y K H S L
Decimal 253 22 20 0 0.91 0.92 0.01 0.52 0.98 0.54
Hex FD 16 14 0 5B 5C 1 1 62 36
Octal 375 26 24 0 133 134 1 1 142 66
Binary 11111101 10110 10100 0 1011011 1011100 1 1 1100010 110110

Color Harmonies of #FD1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1614

Black with #FD1614

Text Example


Text Example

White with #FD1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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