Html Css Color HEX #FD4C10 Vermilion

📋 copy color: '#FD4C10'

red 253 ◦ green 76 ◦ blue 16

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

Shades of Vermilion #FD4C10

Tints of Vermilion #FD4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

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

R = 73.33%
G = 22.03%
B = 4.64%

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

#FD4C10 (or 0xFD4C10) is known color: Vermilion. HEX triplet: FD, 4C and 10. RGB value is (253,76,16). Sum of RGB (Red+Green+Blue) = 253+76+16=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4C10 is #02B3EF. Grayscale: #7A7A7A. Windows color (decimal): -177136 or 1068285. OLE color: 1068285.

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

Color convert

RGB 253 76 16 -
CMYK 0 0.70 0.94 0.01
HSL 15.19º 0.98% 0.53% -
HSV(B) 15.19º 0.94% 0.99% -
XYZ 43.19 26.09 3.25 -
YUV 122.08 68.14 221.38 -
System Red Green Blue C M Y K H S L
Decimal 253 76 16 0 0.70 0.94 0.01 15.19 0.98 0.53
Hex FD 4C 10 0 46 5E 1 F 62 35
Octal 375 114 20 0 106 136 1 17 142 65
Binary 11111101 1001100 10000 0 1000110 1011110 1 1111 1100010 110101

Color Harmonies of #FD4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C10

Black with #FD4C10

Text Example


Text Example

White with #FD4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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