Html Css Color HEX #F14D1E Cinnabar

📋 copy color: '#F14D1E'

red 241 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #F14D1E

Tints of Cinnabar #F14D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 69.25%
G = 22.13%
B = 8.62%

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

#F14D1E (or 0xF14D1E) is known color: Cinnabar. HEX triplet: F1, 4D and 1E. RGB value is (241,77,30). Sum of RGB (Red+Green+Blue) = 241+77+30=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D1E is #0EB2E1. Grayscale: #797979. Windows color (decimal): -963298 or 1986033. OLE color: 1986033.

HSL color Cylindrical-coordinate representation of color #F14D1E: hue angle of 13.36º 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 #F14D1E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 30 -
CMYK 0 0.68 0.88 0.05
HSL 13.36º 0.88% 0.53% -
HSV(B) 13.36º 0.88% 0.95% -
XYZ 39.16 24.1 3.82 -
YUV 120.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 241 77 30 0 0.68 0.88 0.05 13.36 0.88 0.53
Hex F1 4D 1E 0 44 58 5 D 58 35
Octal 361 115 36 0 104 130 5 15 130 65
Binary 11110001 1001101 11110 0 1000100 1011000 101 1101 1011000 110101

Color Harmonies of #F14D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D1E

Black with #F14D1E

Text Example


Text Example

White with #F14D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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