Html Css Color HEX #FD190A Scarlet

📋 copy color: '#FD190A'

red 253 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #FD190A

Tints of Scarlet #FD190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 87.85%
G = 8.68%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD190A (or 0xFD190A) is known color: Scarlet. HEX triplet: FD, 19 and 0A. RGB value is (253,25,10). Sum of RGB (Red+Green+Blue) = 253+25+10=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD190A is #02E6F5. Grayscale: #5B5B5B. Windows color (decimal): -190198 or 662013. OLE color: 662013.

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

Color convert

RGB 253 25 10 -
CMYK 0 0.90 0.96 0.01
HSL 3.7º 0.98% 0.52% -
HSV(B) 3.7º 0.96% 0.99% -
XYZ 40.91 21.6 2.3 -
YUV 91.46 82.04 243.22 -
System Red Green Blue C M Y K H S L
Decimal 253 25 10 0 0.90 0.96 0.01 3.7 0.98 0.52
Hex FD 19 A 0 5A 60 1 4 62 34
Octal 375 31 12 0 132 140 1 4 142 64
Binary 11111101 11001 1010 0 1011010 1100000 1 100 1100010 110100

Color Harmonies of #FD190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD190A

Black with #FD190A

Text Example


Text Example

White with #FD190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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