Html Css Color HEX #FD2600 Scarlet

📋 copy color: '#FD2600'

red 253 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #FD2600

Tints of Scarlet #FD2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 86.94%
G = 13.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD2600 (or 0xFD2600) is known color: Scarlet. HEX triplet: FD, 26 and 00. RGB value is (253,38,0). Sum of RGB (Red+Green+Blue) = 253+38+0=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2600 is #02D9FF. Grayscale: #626262. Windows color (decimal): -186880 or 9981. OLE color: 9981.

HSL color Cylindrical-coordinate representation of color #FD2600: hue angle of 9.01º 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 #FD2600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 38 0 -
CMYK 0 0.85 1 0.01
HSL 9.01º 1% 0.5% -
HSV(B) 9.01º 1% 0.99% -
XYZ 41.2 22.27 2.13 -
YUV 97.95 72.73 238.59 -
System Red Green Blue C M Y K H S L
Decimal 253 38 0 0 0.85 1 0.01 9.01 1 0.5
Hex FD 26 0 0 55 64 1 9 64 32
Octal 375 46 0 0 125 144 1 11 144 62
Binary 11111101 100110 0 0 1010101 1100100 1 1001 1100100 110010

Color Harmonies of #FD2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2600

Black with #FD2600

Text Example


Text Example

White with #FD2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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