Html Css Color HEX #F14934 Cinnabar

📋 copy color: '#F14934'

red 241 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #F14934

Tints of Cinnabar #F14934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 65.85%
G = 19.95%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F14934 (or 0xF14934) is known color: Cinnabar. HEX triplet: F1, 49 and 34. RGB value is (241,73,52). Sum of RGB (Red+Green+Blue) = 241+73+52=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F14934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14934 is #0EB6CB. Grayscale: #797979. Windows color (decimal): -964300 or 3426801. OLE color: 3426801.

HSL color Cylindrical-coordinate representation of color #F14934: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F14934 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 52 -
CMYK 0 0.70 0.78 0.05
HSL 6.67º 0.87% 0.57% -
HSV(B) 6.67º 0.78% 0.95% -
XYZ 39.28 23.71 5.76 -
YUV 120.84 89.16 213.71 -
System Red Green Blue C M Y K H S L
Decimal 241 73 52 0 0.70 0.78 0.05 6.67 0.87 0.57
Hex F1 49 34 0 46 4E 5 7 57 39
Octal 361 111 64 0 106 116 5 7 127 71
Binary 11110001 1001001 110100 0 1000110 1001110 101 111 1010111 111001

Color Harmonies of #F14934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14934

Black with #F14934

Text Example


Text Example

White with #F14934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14934; }

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

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

background-color css

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

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

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

border-color css

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

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

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