Html Css Color HEX #FD1E19 Scarlet

📋 copy color: '#FD1E19'

red 253 ◦ green 30 ◦ blue 25

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

Shades of Scarlet #FD1E19

Tints of Scarlet #FD1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 82.14%
G = 9.74%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD1E19 (or 0xFD1E19) is known color: Scarlet. HEX triplet: FD, 1E and 19. RGB value is (253,30,25). Sum of RGB (Red+Green+Blue) = 253+30+25=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E19 is #02E1E6. Grayscale: #606060. Windows color (decimal): -188903 or 1646333. OLE color: 1646333.

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

Color convert

RGB 253 30 25 -
CMYK 0 0.88 0.90 0.01
HSL 1.32º 0.98% 0.55% -
HSV(B) 1.32º 0.9% 0.99% -
XYZ 41.15 21.88 2.97 -
YUV 96.11 87.88 239.91 -
System Red Green Blue C M Y K H S L
Decimal 253 30 25 0 0.88 0.90 0.01 1.32 0.98 0.55
Hex FD 1E 19 0 58 5A 1 1 62 37
Octal 375 36 31 0 130 132 1 1 142 67
Binary 11111101 11110 11001 0 1011000 1011010 1 1 1100010 110111

Color Harmonies of #FD1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E19

Black with #FD1E19

Text Example


Text Example

White with #FD1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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