Html Css Color HEX #FD1F1A Scarlet

📋 copy color: '#FD1F1A'

red 253 ◦ green 31 ◦ blue 26

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

Shades of Scarlet #FD1F1A

Tints of Scarlet #FD1F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 81.61%
G = 10%
B = 8.39%

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

#FD1F1A (or 0xFD1F1A) is known color: Scarlet. HEX triplet: FD, 1F and 1A. RGB value is (253,31,26). Sum of RGB (Red+Green+Blue) = 253+31+26=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1F1A is #02E0E5. Grayscale: #616161. Windows color (decimal): -188646 or 1712125. OLE color: 1712125.

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

Color convert

RGB 253 31 26 -
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.18 21.94 3.04 -
YUV 96.81 88.05 239.41 -
System Red Green Blue C M Y K H S L
Decimal 253 31 26 0 0.88 0.90 0.01 1.32 0.98 0.55
Hex FD 1F 1A 0 58 5A 1 1 62 37
Octal 375 37 32 0 130 132 1 1 142 67
Binary 11111101 11111 11010 0 1011000 1011010 1 1 1100010 110111

Color Harmonies of #FD1F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F1A

Black with #FD1F1A

Text Example


Text Example

White with #FD1F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F1A; }

 p { color: rgb(253,31,26); }

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

background-color css

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

 a { background-color: rgb(253,31,26); }

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

border-color css

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

 span { border-color: rgb(253,31,26); }

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