Html Css Color HEX #F14438 Cinnabar

📋 copy color: '#F14438'

red 241 ◦ green 68 ◦ blue 56

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

Shades of Cinnabar #F14438

Tints of Cinnabar #F14438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 66.03%
G = 18.63%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F14438 (or 0xF14438) is known color: Cinnabar. HEX triplet: F1, 44 and 38. RGB value is (241,68,56). Sum of RGB (Red+Green+Blue) = 241+68+56=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14438 is #0EBBC7. Grayscale: #767676. Windows color (decimal): -965576 or 3687665. OLE color: 3687665.

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

Color convert

RGB 241 68 56 -
CMYK 0 0.72 0.77 0.05
HSL 3.89º 0.87% 0.58% -
HSV(B) 3.89º 0.77% 0.95% -
XYZ 39.06 23.12 6.15 -
YUV 118.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 241 68 56 0 0.72 0.77 0.05 3.89 0.87 0.58
Hex F1 44 38 0 48 4D 5 4 57 3A
Octal 361 104 70 0 110 115 5 4 127 72
Binary 11110001 1000100 111000 0 1001000 1001101 101 100 1010111 111010

Color Harmonies of #F14438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14438

Black with #F14438

Text Example


Text Example

White with #F14438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14438; }

 p { color: rgb(241,68,56); }

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

background-color css

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

 a { background-color: rgb(241,68,56); }

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

border-color css

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

 span { border-color: rgb(241,68,56); }

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