Html Css Color HEX #F14629 Cinnabar

📋 copy color: '#F14629'

red 241 ◦ green 70 ◦ blue 41

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

Shades of Cinnabar #F14629

Tints of Cinnabar #F14629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 68.47%
G = 19.89%
B = 11.65%

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

#F14629 (or 0xF14629) is known color: Cinnabar. HEX triplet: F1, 46 and 29. RGB value is (241,70,41). Sum of RGB (Red+Green+Blue) = 241+70+41=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F14629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14629 is #0EB9D6. Grayscale: #767676. Windows color (decimal): -965079 or 2705137. OLE color: 2705137.

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

Color convert

RGB 241 70 41 -
CMYK 0 0.71 0.83 0.05
HSL 8.7º 0.88% 0.55% -
HSV(B) 8.7º 0.83% 0.95% -
XYZ 38.87 23.24 4.54 -
YUV 117.82 84.65 215.86 -
System Red Green Blue C M Y K H S L
Decimal 241 70 41 0 0.71 0.83 0.05 8.7 0.88 0.55
Hex F1 46 29 0 47 53 5 9 58 37
Octal 361 106 51 0 107 123 5 11 130 67
Binary 11110001 1000110 101001 0 1000111 1010011 101 1001 1011000 110111

Color Harmonies of #F14629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14629

Black with #F14629

Text Example


Text Example

White with #F14629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14629; }

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

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

background-color css

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

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

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

border-color css

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

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

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