Html Css Color HEX #F14728 Cinnabar

📋 copy color: '#F14728'

red 241 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #F14728

Tints of Cinnabar #F14728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 68.47%
G = 20.17%
B = 11.36%

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

#F14728 (or 0xF14728) is known color: Cinnabar. HEX triplet: F1, 47 and 28. RGB value is (241,71,40). Sum of RGB (Red+Green+Blue) = 241+71+40=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F14728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14728 is #0EB8D7. Grayscale: #767676. Windows color (decimal): -964824 or 2639857. OLE color: 2639857.

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

Color convert

RGB 241 71 40 -
CMYK 0 0.71 0.83 0.05
HSL 9.25º 0.88% 0.55% -
HSV(B) 9.25º 0.83% 0.95% -
XYZ 38.91 23.36 4.47 -
YUV 118.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 241 71 40 0 0.71 0.83 0.05 9.25 0.88 0.55
Hex F1 47 28 0 47 53 5 9 58 37
Octal 361 107 50 0 107 123 5 11 130 67
Binary 11110001 1000111 101000 0 1000111 1010011 101 1001 1011000 110111

Color Harmonies of #F14728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14728

Black with #F14728

Text Example


Text Example

White with #F14728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14728; }

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

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

background-color css

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

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

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

border-color css

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

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

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