Html Css Color HEX #F14D1D Cinnabar

📋 copy color: '#F14D1D'

red 241 ◦ green 77 ◦ blue 29

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

Shades of Cinnabar #F14D1D

Tints of Cinnabar #F14D1D

RGB

 RED value IS 241 (94.53% from 255) = 69.45%

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

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

R = 69.45%
G = 22.19%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F14D1D (or 0xF14D1D) is known color: Cinnabar. HEX triplet: F1, 4D and 1D. RGB value is (241,77,29). Sum of RGB (Red+Green+Blue) = 241+77+29=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D1D is #0EB2E2. Grayscale: #787878. Windows color (decimal): -963299 or 1920497. OLE color: 1920497.

HSL color Cylindrical-coordinate representation of color #F14D1D: hue angle of 13.58º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F14D1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 29 -
CMYK 0 0.68 0.88 0.05
HSL 13.58º 0.88% 0.53% -
HSV(B) 13.58º 0.88% 0.95% -
XYZ 39.15 24.1 3.75 -
YUV 120.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 241 77 29 0 0.68 0.88 0.05 13.58 0.88 0.53
Hex F1 4D 1D 0 44 58 5 E 58 35
Octal 361 115 35 0 104 130 5 16 130 65
Binary 11110001 1001101 11101 0 1000100 1011000 101 1110 1011000 110101

Color Harmonies of #F14D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D1D

Black with #F14D1D

Text Example


Text Example

White with #F14D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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