Html Css Color HEX #FD3118 Scarlet

📋 copy color: '#FD3118'

red 253 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #FD3118

Tints of Scarlet #FD3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 77.61%
G = 15.03%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD3118 (or 0xFD3118) is known color: Scarlet. HEX triplet: FD, 31 and 18. RGB value is (253,49,24). Sum of RGB (Red+Green+Blue) = 253+49+24=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3118 is #02CEE7. Grayscale: #6B6B6B. Windows color (decimal): -184040 or 1585661. OLE color: 1585661.

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

Color convert

RGB 253 49 24 -
CMYK 0 0.81 0.91 0.01
HSL 6.55º 0.98% 0.54% -
HSV(B) 6.55º 0.91% 0.99% -
XYZ 41.77 23.15 3.13 -
YUV 107.15 81.09 232.03 -
System Red Green Blue C M Y K H S L
Decimal 253 49 24 0 0.81 0.91 0.01 6.55 0.98 0.54
Hex FD 31 18 0 51 5B 1 7 62 36
Octal 375 61 30 0 121 133 1 7 142 66
Binary 11111101 110001 11000 0 1010001 1011011 1 111 1100010 110110

Color Harmonies of #FD3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3118

Black with #FD3118

Text Example


Text Example

White with #FD3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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