Html Css Color HEX #FD2A18 Scarlet

📋 copy color: '#FD2A18'

red 253 ◦ green 42 ◦ blue 24

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

Shades of Scarlet #FD2A18

Tints of Scarlet #FD2A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 79.31%
G = 13.17%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2A18 (or 0xFD2A18) is known color: Scarlet. HEX triplet: FD, 2A and 18. RGB value is (253,42,24). Sum of RGB (Red+Green+Blue) = 253+42+24=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A18 is #02D5E7. Grayscale: #676767. Windows color (decimal): -185832 or 1583869. OLE color: 1583869.

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

Color convert

RGB 253 42 24 -
CMYK 0 0.83 0.91 0.01
HSL 4.72º 0.98% 0.54% -
HSV(B) 4.72º 0.91% 0.99% -
XYZ 41.5 22.6 3.04 -
YUV 103.04 83.4 234.96 -
System Red Green Blue C M Y K H S L
Decimal 253 42 24 0 0.83 0.91 0.01 4.72 0.98 0.54
Hex FD 2A 18 0 53 5B 1 5 62 36
Octal 375 52 30 0 123 133 1 5 142 66
Binary 11111101 101010 11000 0 1010011 1011011 1 101 1100010 110110

Color Harmonies of #FD2A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A18

Black with #FD2A18

Text Example


Text Example

White with #FD2A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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