Html Css Color HEX #FD2918 Scarlet

📋 copy color: '#FD2918'

red 253 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #FD2918

Tints of Scarlet #FD2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 79.56%
G = 12.89%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2918 (or 0xFD2918) is known color: Scarlet. HEX triplet: FD, 29 and 18. RGB value is (253,41,24). Sum of RGB (Red+Green+Blue) = 253+41+24=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2918 is #02D6E7. Grayscale: #666666. Windows color (decimal): -186088 or 1583613. OLE color: 1583613.

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

Color convert

RGB 253 41 24 -
CMYK 0 0.84 0.91 0.01
HSL 4.45º 0.98% 0.54% -
HSV(B) 4.45º 0.91% 0.99% -
XYZ 41.47 22.53 3.03 -
YUV 102.45 83.74 235.38 -
System Red Green Blue C M Y K H S L
Decimal 253 41 24 0 0.84 0.91 0.01 4.45 0.98 0.54
Hex FD 29 18 0 54 5B 1 4 62 36
Octal 375 51 30 0 124 133 1 4 142 66
Binary 11111101 101001 11000 0 1010100 1011011 1 100 1100010 110110

Color Harmonies of #FD2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2918

Black with #FD2918

Text Example


Text Example

White with #FD2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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