Html Css Color HEX #F14828 Cinnabar

📋 copy color: '#F14828'

red 241 ◦ green 72 ◦ blue 40

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

Shades of Cinnabar #F14828

Tints of Cinnabar #F14828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 68.27%
G = 20.4%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14828 (or 0xF14828) is known color: Cinnabar. HEX triplet: F1, 48 and 28. RGB value is (241,72,40). Sum of RGB (Red+Green+Blue) = 241+72+40=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F14828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14828 is #0EB7D7. Grayscale: #777777. Windows color (decimal): -964568 or 2640113. OLE color: 2640113.

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

Color convert

RGB 241 72 40 -
CMYK 0 0.70 0.83 0.05
HSL 9.55º 0.88% 0.55% -
HSV(B) 9.55º 0.83% 0.95% -
XYZ 38.98 23.49 4.49 -
YUV 118.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 241 72 40 0 0.70 0.83 0.05 9.55 0.88 0.55
Hex F1 48 28 0 46 53 5 A 58 37
Octal 361 110 50 0 106 123 5 12 130 67
Binary 11110001 1001000 101000 0 1000110 1010011 101 1010 1011000 110111

Color Harmonies of #F14828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14828

Black with #F14828

Text Example


Text Example

White with #F14828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14828; }

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

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

background-color css

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

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

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

border-color css

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

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

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