Html Css Color HEX #FD1912 Scarlet

📋 copy color: '#FD1912'

red 253 ◦ green 25 ◦ blue 18

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

Shades of Scarlet #FD1912

Tints of Scarlet #FD1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 85.47%
G = 8.45%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD1912 (or 0xFD1912) is known color: Scarlet. HEX triplet: FD, 19 and 12. RGB value is (253,25,18). Sum of RGB (Red+Green+Blue) = 253+25+18=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1912 is #02E6ED. Grayscale: #5C5C5C. Windows color (decimal): -190190 or 1186301. OLE color: 1186301.

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

Color convert

RGB 253 25 18 -
CMYK 0 0.90 0.93 0.01
HSL 1.79º 0.98% 0.53% -
HSV(B) 1.79º 0.93% 0.99% -
XYZ 40.96 21.62 2.59 -
YUV 92.37 86.04 242.57 -
System Red Green Blue C M Y K H S L
Decimal 253 25 18 0 0.90 0.93 0.01 1.79 0.98 0.53
Hex FD 19 12 0 5A 5D 1 2 62 35
Octal 375 31 22 0 132 135 1 2 142 65
Binary 11111101 11001 10010 0 1011010 1011101 1 10 1100010 110101

Color Harmonies of #FD1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1912

Black with #FD1912

Text Example


Text Example

White with #FD1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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