Html Css Color HEX #F14628 Cinnabar

📋 copy color: '#F14628'

red 241 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #F14628

Tints of Cinnabar #F14628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 68.66%
G = 19.94%
B = 11.4%

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

#F14628 (or 0xF14628) is known color: Cinnabar. HEX triplet: F1, 46 and 28. RGB value is (241,70,40). Sum of RGB (Red+Green+Blue) = 241+70+40=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F14628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14628 is #0EB9D7. Grayscale: #767676. Windows color (decimal): -965080 or 2639601. OLE color: 2639601.

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

Color convert

RGB 241 70 40 -
CMYK 0 0.71 0.83 0.05
HSL 8.96º 0.88% 0.55% -
HSV(B) 8.96º 0.83% 0.95% -
XYZ 38.85 23.23 4.44 -
YUV 117.71 84.15 215.94 -
System Red Green Blue C M Y K H S L
Decimal 241 70 40 0 0.71 0.83 0.05 8.96 0.88 0.55
Hex F1 46 28 0 47 53 5 9 58 37
Octal 361 106 50 0 107 123 5 11 130 67
Binary 11110001 1000110 101000 0 1000111 1010011 101 1001 1011000 110111

Color Harmonies of #F14628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14628

Black with #F14628

Text Example


Text Example

White with #F14628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14628; }

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

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

background-color css

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

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

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

border-color css

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

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

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