Html Css Color HEX #F14829 Cinnabar

📋 copy color: '#F14829'

red 241 ◦ green 72 ◦ blue 41

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

Shades of Cinnabar #F14829

Tints of Cinnabar #F14829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.34%

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

R = 68.08%
G = 20.34%
B = 11.58%

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

#F14829 (or 0xF14829) is known color: Cinnabar. HEX triplet: F1, 48 and 29. RGB value is (241,72,41). Sum of RGB (Red+Green+Blue) = 241+72+41=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F14829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14829 is #0EB7D6. Grayscale: #777777. Windows color (decimal): -964567 or 2705649. OLE color: 2705649.

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

Color convert

RGB 241 72 41 -
CMYK 0 0.70 0.83 0.05
HSL 9.3º 0.88% 0.55% -
HSV(B) 9.3º 0.83% 0.95% -
XYZ 38.99 23.5 4.58 -
YUV 119 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 241 72 41 0 0.70 0.83 0.05 9.3 0.88 0.55
Hex F1 48 29 0 46 53 5 9 58 37
Octal 361 110 51 0 106 123 5 11 130 67
Binary 11110001 1001000 101001 0 1000110 1010011 101 1001 1011000 110111

Color Harmonies of #F14829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14829

Black with #F14829

Text Example


Text Example

White with #F14829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14829; }

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

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

background-color css

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

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

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

border-color css

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

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

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