Html Css Color HEX #FD190E Scarlet

📋 copy color: '#FD190E'

red 253 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #FD190E

Tints of Scarlet #FD190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 86.64%
G = 8.56%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD190E (or 0xFD190E) is known color: Scarlet. HEX triplet: FD, 19 and 0E. RGB value is (253,25,14). Sum of RGB (Red+Green+Blue) = 253+25+14=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD190E is #02E6F1. Grayscale: #5C5C5C. Windows color (decimal): -190194 or 924157. OLE color: 924157.

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

Color convert

RGB 253 25 14 -
CMYK 0 0.90 0.94 0.01
HSL 2.76º 0.98% 0.52% -
HSV(B) 2.76º 0.94% 0.99% -
XYZ 40.93 21.61 2.43 -
YUV 91.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 253 25 14 0 0.90 0.94 0.01 2.76 0.98 0.52
Hex FD 19 E 0 5A 5E 1 3 62 34
Octal 375 31 16 0 132 136 1 3 142 64
Binary 11111101 11001 1110 0 1011010 1011110 1 11 1100010 110100

Color Harmonies of #FD190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD190E

Black with #FD190E

Text Example


Text Example

White with #FD190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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