Html Css Color HEX #FC4D1D Vermilion

📋 copy color: '#FC4D1D'

red 252 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #FC4D1D

Tints of Vermilion #FC4D1D

RGB

 RED value IS 252 (98.83% from 255) = 70.39%

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

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

R = 70.39%
G = 21.51%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC4D1D (or 0xFC4D1D) is known color: Vermilion. HEX triplet: FC, 4D and 1D. RGB value is (252,77,29). Sum of RGB (Red+Green+Blue) = 252+77+29=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D1D is #03B2E2. Grayscale: #7C7C7C. Windows color (decimal): -242403 or 1920508. OLE color: 1920508.

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

Color convert

RGB 252 77 29 -
CMYK 0 0.69 0.88 0.01
HSL 12.91º 0.97% 0.55% -
HSV(B) 12.91º 0.88% 0.99% -
XYZ 43.02 26.09 3.93 -
YUV 123.85 74.48 219.4 -
System Red Green Blue C M Y K H S L
Decimal 252 77 29 0 0.69 0.88 0.01 12.91 0.97 0.55
Hex FC 4D 1D 0 45 58 1 D 61 37
Octal 374 115 35 0 105 130 1 15 141 67
Binary 11111100 1001101 11101 0 1000101 1011000 1 1101 1100001 110111

Color Harmonies of #FC4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D1D

Black with #FC4D1D

Text Example


Text Example

White with #FC4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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