Html Css Color HEX #F14623 Cinnabar

📋 copy color: '#F14623'

red 241 ◦ green 70 ◦ blue 35

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

Shades of Cinnabar #F14623

Tints of Cinnabar #F14623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.12%

R = 69.65%
G = 20.23%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F14623 (or 0xF14623) is known color: Cinnabar. HEX triplet: F1, 46 and 23. RGB value is (241,70,35). Sum of RGB (Red+Green+Blue) = 241+70+35=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F14623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14623 is #0EB9DC. Grayscale: #757575. Windows color (decimal): -965085 or 2311921. OLE color: 2311921.

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

Color convert

RGB 241 70 35 -
CMYK 0 0.71 0.85 0.05
HSL 10.19º 0.88% 0.54% -
HSV(B) 10.19º 0.85% 0.95% -
XYZ 38.77 23.2 4.03 -
YUV 117.14 81.65 216.35 -
System Red Green Blue C M Y K H S L
Decimal 241 70 35 0 0.71 0.85 0.05 10.19 0.88 0.54
Hex F1 46 23 0 47 55 5 A 58 36
Octal 361 106 43 0 107 125 5 12 130 66
Binary 11110001 1000110 100011 0 1000111 1010101 101 1010 1011000 110110

Color Harmonies of #F14623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14623

Black with #F14623

Text Example


Text Example

White with #F14623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14623; }

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

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

background-color css

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

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

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

border-color css

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

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

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