Html Css Color HEX #FD1A00 Scarlet

📋 copy color: '#FD1A00'

red 253 ◦ green 26 ◦ blue 0

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

Shades of Scarlet #FD1A00

Tints of Scarlet #FD1A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.68%
G = 9.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1A00 (or 0xFD1A00) is known color: Scarlet. HEX triplet: FD, 1A and 00. RGB value is (253,26,0). Sum of RGB (Red+Green+Blue) = 253+26+0=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A00 is #02E5FF. Grayscale: #5B5B5B. Windows color (decimal): -189952 or 6909. OLE color: 6909.

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

Color convert

RGB 253 26 0 -
CMYK 0 0.90 1 0.01
HSL 6.17º 1% 0.5% -
HSV(B) 6.17º 1% 0.99% -
XYZ 40.88 21.62 2.02 -
YUV 90.91 76.71 243.61 -
System Red Green Blue C M Y K H S L
Decimal 253 26 0 0 0.90 1 0.01 6.17 1 0.5
Hex FD 1A 0 0 5A 64 1 6 64 32
Octal 375 32 0 0 132 144 1 6 144 62
Binary 11111101 11010 0 0 1011010 1100100 1 110 1100100 110010

Color Harmonies of #FD1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A00

Black with #FD1A00

Text Example


Text Example

White with #FD1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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