Html Css Color HEX #FF501D Vermilion

📋 copy color: '#FF501D'

red 255 ◦ green 80 ◦ blue 29

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

Shades of Vermilion #FF501D

Tints of Vermilion #FF501D

RGB

 RED value IS 255 (100% from 255) = 70.05%

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

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

R = 70.05%
G = 21.98%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF501D (or 0xFF501D) is known color: Vermilion. HEX triplet: FF, 50 and 1D. RGB value is (255,80,29). Sum of RGB (Red+Green+Blue) = 255+80+29=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501D is #00AFE2. Grayscale: #7E7E7E. Windows color (decimal): -45027 or 1921279. OLE color: 1921279.

HSL color Cylindrical-coordinate representation of color #FF501D: hue angle of 13.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF501D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 29 -
CMYK 0 0.69 0.89 0
HSL 13.54º 1% 0.56% -
HSV(B) 13.54º 0.89% 1% -
XYZ 44.33 27.09 4.05 -
YUV 126.51 72.98 219.65 -
System Red Green Blue C M Y K H S L
Decimal 255 80 29 0 0.69 0.89 0 13.54 1 0.56
Hex FF 50 1D 0 45 59 0 E 64 38
Octal 377 120 35 0 105 131 0 16 144 70
Binary 11111111 1010000 11101 0 1000101 1011001 0 1110 1100100 111000

Color Harmonies of #FF501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF501D

Black with #FF501D

Text Example


Text Example

White with #FF501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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