Html Css Color HEX #F14529 Cinnabar

📋 copy color: '#F14529'

red 241 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #F14529

Tints of Cinnabar #F14529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 68.66%
G = 19.66%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14529 (or 0xF14529) is known color: Cinnabar. HEX triplet: F1, 45 and 29. RGB value is (241,69,41). Sum of RGB (Red+Green+Blue) = 241+69+41=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F14529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14529 is #0EBAD6. Grayscale: #757575. Windows color (decimal): -965335 or 2704881. OLE color: 2704881.

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

Color convert

RGB 241 69 41 -
CMYK 0 0.71 0.83 0.05
HSL 8.4º 0.88% 0.55% -
HSV(B) 8.4º 0.83% 0.95% -
XYZ 38.8 23.12 4.51 -
YUV 117.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 241 69 41 0 0.71 0.83 0.05 8.4 0.88 0.55
Hex F1 45 29 0 47 53 5 8 58 37
Octal 361 105 51 0 107 123 5 10 130 67
Binary 11110001 1000101 101001 0 1000111 1010011 101 1000 1011000 110111

Color Harmonies of #F14529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14529

Black with #F14529

Text Example


Text Example

White with #F14529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14529; }

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

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

background-color css

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

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

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

border-color css

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

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

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