Html Css Color HEX #FD1A08 Scarlet

📋 copy color: '#FD1A08'

red 253 ◦ green 26 ◦ blue 8

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

Shades of Scarlet #FD1A08

Tints of Scarlet #FD1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 88.15%
G = 9.06%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1A08 (or 0xFD1A08) is known color: Scarlet. HEX triplet: FD, 1A and 08. RGB value is (253,26,8). Sum of RGB (Red+Green+Blue) = 253+26+8=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A08 is #02E5F7. Grayscale: #5C5C5C. Windows color (decimal): -189944 or 531197. OLE color: 531197.

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

Color convert

RGB 253 26 8 -
CMYK 0 0.90 0.97 0.01
HSL 4.41º 0.98% 0.51% -
HSV(B) 4.41º 0.97% 0.99% -
XYZ 40.92 21.64 2.25 -
YUV 91.82 80.71 242.96 -
System Red Green Blue C M Y K H S L
Decimal 253 26 8 0 0.90 0.97 0.01 4.41 0.98 0.51
Hex FD 1A 8 0 5A 61 1 4 62 33
Octal 375 32 10 0 132 141 1 4 142 63
Binary 11111101 11010 1000 0 1011010 1100001 1 100 1100010 110011

Color Harmonies of #FD1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A08

Black with #FD1A08

Text Example


Text Example

White with #FD1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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