Html Css Color HEX #FD501D Vermilion

📋 copy color: '#FD501D'

red 253 ◦ green 80 ◦ blue 29

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

Shades of Vermilion #FD501D

Tints of Vermilion #FD501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 69.89%
G = 22.1%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD501D (or 0xFD501D) is known color: Vermilion. HEX triplet: FD, 50 and 1D. RGB value is (253,80,29). Sum of RGB (Red+Green+Blue) = 253+80+29=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD501D is #02AFE2. Grayscale: #7E7E7E. Windows color (decimal): -176099 or 1921277. OLE color: 1921277.

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

Color convert

RGB 253 80 29 -
CMYK 0 0.68 0.89 0.01
HSL 13.66º 0.98% 0.55% -
HSV(B) 13.66º 0.89% 0.99% -
XYZ 43.6 26.71 4.02 -
YUV 125.91 73.31 218.65 -
System Red Green Blue C M Y K H S L
Decimal 253 80 29 0 0.68 0.89 0.01 13.66 0.98 0.55
Hex FD 50 1D 0 44 59 1 E 62 37
Octal 375 120 35 0 104 131 1 16 142 67
Binary 11111101 1010000 11101 0 1000100 1011001 1 1110 1100010 110111

Color Harmonies of #FD501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD501D

Black with #FD501D

Text Example


Text Example

White with #FD501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD501D; }

 p { color: rgb(253,80,29); }

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

background-color css

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

 a { background-color: rgb(253,80,29); }

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

border-color css

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

 span { border-color: rgb(253,80,29); }

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