Html Css Color HEX #FD2500 Scarlet

📋 copy color: '#FD2500'

red 253 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #FD2500

Tints of Scarlet #FD2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 87.24%
G = 12.76%
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

#FD2500 (or 0xFD2500) is known color: Scarlet. HEX triplet: FD, 25 and 00. RGB value is (253,37,0). Sum of RGB (Red+Green+Blue) = 253+37+0=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2500 is #02DAFF. Grayscale: #616161. Windows color (decimal): -187136 or 9725. OLE color: 9725.

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

Color convert

RGB 253 37 0 -
CMYK 0 0.85 1 0.01
HSL 8.77º 1% 0.5% -
HSV(B) 8.77º 1% 0.99% -
XYZ 41.17 22.21 2.12 -
YUV 97.37 73.06 239.01 -
System Red Green Blue C M Y K H S L
Decimal 253 37 0 0 0.85 1 0.01 8.77 1 0.5
Hex FD 25 0 0 55 64 1 9 64 32
Octal 375 45 0 0 125 144 1 11 144 62
Binary 11111101 100101 0 0 1010101 1100100 1 1001 1100100 110010

Color Harmonies of #FD2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2500

Black with #FD2500

Text Example


Text Example

White with #FD2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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