Html Css Color HEX #FE4D1D Vermilion

📋 copy color: '#FE4D1D'

red 254 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #FE4D1D

Tints of Vermilion #FE4D1D

RGB

 RED value IS 254 (99.61% from 255) = 70.56%

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

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

R = 70.56%
G = 21.39%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE4D1D (or 0xFE4D1D) is known color: Vermilion. HEX triplet: FE, 4D and 1D. RGB value is (254,77,29). Sum of RGB (Red+Green+Blue) = 254+77+29=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D1D is #01B2E2. Grayscale: #7C7C7C. Windows color (decimal): -111331 or 1920510. OLE color: 1920510.

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

Color convert

RGB 254 77 29 -
CMYK 0 0.70 0.89 0.00
HSL 12.8º 0.99% 0.55% -
HSV(B) 12.8º 0.89% 1% -
XYZ 43.75 26.47 3.97 -
YUV 124.45 74.14 220.4 -
System Red Green Blue C M Y K H S L
Decimal 254 77 29 0 0.70 0.89 0.00 12.8 0.99 0.55
Hex FE 4D 1D 0 46 59 0 D 63 37
Octal 376 115 35 0 106 131 0 15 143 67
Binary 11111110 1001101 11101 0 1000110 1011001 0 1101 1100011 110111

Color Harmonies of #FE4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D1D

Black with #FE4D1D

Text Example


Text Example

White with #FE4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D1D; }

 p { color: rgb(254,77,29); }

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

background-color css

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

 a { background-color: rgb(254,77,29); }

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

border-color css

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

 span { border-color: rgb(254,77,29); }

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