Html Css Color HEX #FD4D10 Vermilion

📋 copy color: '#FD4D10'

red 253 ◦ green 77 ◦ blue 16

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

Shades of Vermilion #FD4D10

Tints of Vermilion #FD4D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 73.12%
G = 22.25%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD4D10 (or 0xFD4D10) is known color: Vermilion. HEX triplet: FD, 4D and 10. RGB value is (253,77,16). Sum of RGB (Red+Green+Blue) = 253+77+16=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4D10 is #02B2EF. Grayscale: #7B7B7B. Windows color (decimal): -176880 or 1068541. OLE color: 1068541.

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

Color convert

RGB 253 77 16 -
CMYK 0 0.70 0.94 0.01
HSL 15.44º 0.98% 0.53% -
HSV(B) 15.44º 0.94% 0.99% -
XYZ 43.26 26.23 3.27 -
YUV 122.67 67.81 220.96 -
System Red Green Blue C M Y K H S L
Decimal 253 77 16 0 0.70 0.94 0.01 15.44 0.98 0.53
Hex FD 4D 10 0 46 5E 1 F 62 35
Octal 375 115 20 0 106 136 1 17 142 65
Binary 11111101 1001101 10000 0 1000110 1011110 1 1111 1100010 110101

Color Harmonies of #FD4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D10

Black with #FD4D10

Text Example


Text Example

White with #FD4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D10; }

 p { color: rgb(253,77,16); }

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

background-color css

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

 a { background-color: rgb(253,77,16); }

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

border-color css

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

 span { border-color: rgb(253,77,16); }

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