Html Css Color HEX #FD4C1A Vermilion

📋 copy color: '#FD4C1A'

red 253 ◦ green 76 ◦ blue 26

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

Shades of Vermilion #FD4C1A

Tints of Vermilion #FD4C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 71.27%
G = 21.41%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD4C1A (or 0xFD4C1A) is known color: Vermilion. HEX triplet: FD, 4C and 1A. RGB value is (253,76,26). Sum of RGB (Red+Green+Blue) = 253+76+26=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C1A is #02B3E5. Grayscale: #7B7B7B. Windows color (decimal): -177126 or 1723645. OLE color: 1723645.

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

Color convert

RGB 253 76 26 -
CMYK 0 0.70 0.90 0.01
HSL 13.22º 0.98% 0.55% -
HSV(B) 13.22º 0.9% 0.99% -
XYZ 43.28 26.13 3.74 -
YUV 123.22 73.14 220.57 -
System Red Green Blue C M Y K H S L
Decimal 253 76 26 0 0.70 0.90 0.01 13.22 0.98 0.55
Hex FD 4C 1A 0 46 5A 1 D 62 37
Octal 375 114 32 0 106 132 1 15 142 67
Binary 11111101 1001100 11010 0 1000110 1011010 1 1101 1100010 110111

Color Harmonies of #FD4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C1A

Black with #FD4C1A

Text Example


Text Example

White with #FD4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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