Html Css Color HEX #F14329 Cinnabar

📋 copy color: '#F14329'

red 241 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #F14329

Tints of Cinnabar #F14329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 69.05%
G = 19.2%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14329 (or 0xF14329) is known color: Cinnabar. HEX triplet: F1, 43 and 29. RGB value is (241,67,41). Sum of RGB (Red+Green+Blue) = 241+67+41=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F14329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14329 is #0EBCD6. Grayscale: #747474. Windows color (decimal): -965847 or 2704369. OLE color: 2704369.

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

Color convert

RGB 241 67 41 -
CMYK 0 0.72 0.83 0.05
HSL 7.8º 0.88% 0.55% -
HSV(B) 7.8º 0.83% 0.95% -
XYZ 38.68 22.88 4.47 -
YUV 116.06 85.65 217.11 -
System Red Green Blue C M Y K H S L
Decimal 241 67 41 0 0.72 0.83 0.05 7.8 0.88 0.55
Hex F1 43 29 0 48 53 5 8 58 37
Octal 361 103 51 0 110 123 5 10 130 67
Binary 11110001 1000011 101001 0 1001000 1010011 101 1000 1011000 110111

Color Harmonies of #F14329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14329

Black with #F14329

Text Example


Text Example

White with #F14329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14329; }

 p { color: rgb(241,67,41); }

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

background-color css

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

 a { background-color: rgb(241,67,41); }

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

border-color css

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

 span { border-color: rgb(241,67,41); }

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