Html Css Color HEX #F14929 Cinnabar

📋 copy color: '#F14929'

red 241 ◦ green 73 ◦ blue 41

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

Shades of Cinnabar #F14929

Tints of Cinnabar #F14929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

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

R = 67.89%
G = 20.56%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14929 (or 0xF14929) is known color: Cinnabar. HEX triplet: F1, 49 and 29. RGB value is (241,73,41). Sum of RGB (Red+Green+Blue) = 241+73+41=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F14929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14929 is #0EB6D6. Grayscale: #777777. Windows color (decimal): -964311 or 2705905. OLE color: 2705905.

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

Color convert

RGB 241 73 41 -
CMYK 0 0.70 0.83 0.05
HSL 9.6º 0.88% 0.55% -
HSV(B) 9.6º 0.83% 0.95% -
XYZ 39.06 23.63 4.6 -
YUV 119.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 241 73 41 0 0.70 0.83 0.05 9.6 0.88 0.55
Hex F1 49 29 0 46 53 5 A 58 37
Octal 361 111 51 0 106 123 5 12 130 67
Binary 11110001 1001001 101001 0 1000110 1010011 101 1010 1011000 110111

Color Harmonies of #F14929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14929

Black with #F14929

Text Example


Text Example

White with #F14929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14929; }

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

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

background-color css

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

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

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

border-color css

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

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

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