Html Css Color HEX #FD1A06 Scarlet

📋 copy color: '#FD1A06'

red 253 ◦ green 26 ◦ blue 6

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

Shades of Scarlet #FD1A06

Tints of Scarlet #FD1A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 88.77%
G = 9.12%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1A06 (or 0xFD1A06) is known color: Scarlet. HEX triplet: FD, 1A and 06. RGB value is (253,26,6). Sum of RGB (Red+Green+Blue) = 253+26+6=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A06 is #02E5F9. Grayscale: #5B5B5B. Windows color (decimal): -189946 or 400125. OLE color: 400125.

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

Color convert

RGB 253 26 6 -
CMYK 0 0.90 0.98 0.01
HSL 4.86º 0.98% 0.51% -
HSV(B) 4.86º 0.98% 0.99% -
XYZ 40.91 21.63 2.19 -
YUV 91.59 79.71 243.13 -
System Red Green Blue C M Y K H S L
Decimal 253 26 6 0 0.90 0.98 0.01 4.86 0.98 0.51
Hex FD 1A 6 0 5A 62 1 5 62 33
Octal 375 32 6 0 132 142 1 5 142 63
Binary 11111101 11010 110 0 1011010 1100010 1 101 1100010 110011

Color Harmonies of #FD1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A06

Black with #FD1A06

Text Example


Text Example

White with #FD1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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