Html Css Color HEX #FD4D1C Vermilion

📋 copy color: '#FD4D1C'

red 253 ◦ green 77 ◦ blue 28

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

Shades of Vermilion #FD4D1C

Tints of Vermilion #FD4D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 70.67%
G = 21.51%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD4D1C (or 0xFD4D1C) is known color: Vermilion. HEX triplet: FD, 4D and 1C. RGB value is (253,77,28). Sum of RGB (Red+Green+Blue) = 253+77+28=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D1C is #02B2E3. Grayscale: #7C7C7C. Windows color (decimal): -176868 or 1854973. OLE color: 1854973.

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

Color convert

RGB 253 77 28 -
CMYK 0 0.70 0.89 0.01
HSL 13.07º 0.98% 0.55% -
HSV(B) 13.07º 0.89% 0.99% -
XYZ 43.37 26.27 3.88 -
YUV 124.04 73.81 219.98 -
System Red Green Blue C M Y K H S L
Decimal 253 77 28 0 0.70 0.89 0.01 13.07 0.98 0.55
Hex FD 4D 1C 0 46 59 1 D 62 37
Octal 375 115 34 0 106 131 1 15 142 67
Binary 11111101 1001101 11100 0 1000110 1011001 1 1101 1100010 110111

Color Harmonies of #FD4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D1C

Black with #FD4D1C

Text Example


Text Example

White with #FD4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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