Html Css Color HEX #FD2419 Scarlet

📋 copy color: '#FD2419'

red 253 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #FD2419

Tints of Scarlet #FD2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 80.57%
G = 11.46%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD2419 (or 0xFD2419) is known color: Scarlet. HEX triplet: FD, 24 and 19. RGB value is (253,36,25). Sum of RGB (Red+Green+Blue) = 253+36+25=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2419 is #02DBE6. Grayscale: #636363. Windows color (decimal): -187367 or 1647869. OLE color: 1647869.

HSL color Cylindrical-coordinate representation of color #FD2419: hue angle of 2.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD2419 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 36 25 -
CMYK 0 0.86 0.90 0.01
HSL 2.89º 0.98% 0.55% -
HSV(B) 2.89º 0.9% 0.99% -
XYZ 41.31 22.21 3.03 -
YUV 99.63 85.89 237.39 -
System Red Green Blue C M Y K H S L
Decimal 253 36 25 0 0.86 0.90 0.01 2.89 0.98 0.55
Hex FD 24 19 0 56 5A 1 3 62 37
Octal 375 44 31 0 126 132 1 3 142 67
Binary 11111101 100100 11001 0 1010110 1011010 1 11 1100010 110111

Color Harmonies of #FD2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2419

Black with #FD2419

Text Example


Text Example

White with #FD2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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