Html Css Color HEX #F94D1D Vermilion

📋 copy color: '#F94D1D'

red 249 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #F94D1D

Tints of Vermilion #F94D1D

RGB

 RED value IS 249 (97.66% from 255) = 70.14%

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

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

R = 70.14%
G = 21.69%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F94D1D (or 0xF94D1D) is known color: Vermilion. HEX triplet: F9, 4D and 1D. RGB value is (249,77,29). Sum of RGB (Red+Green+Blue) = 249+77+29=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D1D is #06B2E2. Grayscale: #7B7B7B. Windows color (decimal): -439011 or 1920505. OLE color: 1920505.

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

Color convert

RGB 249 77 29 -
CMYK 0 0.69 0.88 0.02
HSL 13.09º 0.95% 0.55% -
HSV(B) 13.09º 0.88% 0.98% -
XYZ 41.94 25.54 3.88 -
YUV 122.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 249 77 29 0 0.69 0.88 0.02 13.09 0.95 0.55
Hex F9 4D 1D 0 45 58 2 D 5F 37
Octal 371 115 35 0 105 130 2 15 137 67
Binary 11111001 1001101 11101 0 1000101 1011000 10 1101 1011111 110111

Color Harmonies of #F94D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D1D

Black with #F94D1D

Text Example


Text Example

White with #F94D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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