Html Css Color HEX #F14620 Cinnabar

📋 copy color: '#F14620'

red 241 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #F14620

Tints of Cinnabar #F14620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 70.26%
G = 20.41%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F14620 (or 0xF14620) is known color: Cinnabar. HEX triplet: F1, 46 and 20. RGB value is (241,70,32). Sum of RGB (Red+Green+Blue) = 241+70+32=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14620 is #0EB9DF. Grayscale: #757575. Windows color (decimal): -965088 or 2115313. OLE color: 2115313.

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

Color convert

RGB 241 70 32 -
CMYK 0 0.71 0.87 0.05
HSL 10.91º 0.88% 0.54% -
HSV(B) 10.91º 0.87% 0.95% -
XYZ 38.73 23.19 3.8 -
YUV 116.8 80.15 216.59 -
System Red Green Blue C M Y K H S L
Decimal 241 70 32 0 0.71 0.87 0.05 10.91 0.88 0.54
Hex F1 46 20 0 47 57 5 B 58 36
Octal 361 106 40 0 107 127 5 13 130 66
Binary 11110001 1000110 100000 0 1000111 1010111 101 1011 1011000 110110

Color Harmonies of #F14620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14620

Black with #F14620

Text Example


Text Example

White with #F14620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14620; }

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

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

background-color css

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

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

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

border-color css

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

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

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