Html Css Color HEX #F14031 Cinnabar

📋 copy color: '#F14031'

red 241 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #F14031

Tints of Cinnabar #F14031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 68.08%
G = 18.08%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14031 (or 0xF14031) is known color: Cinnabar. HEX triplet: F1, 40 and 31. RGB value is (241,64,49). Sum of RGB (Red+Green+Blue) = 241+64+49=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F14031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14031 is #0EBFCE. Grayscale: #737373. Windows color (decimal): -966607 or 3227889. OLE color: 3227889.

HSL color Cylindrical-coordinate representation of color #F14031: hue angle of 4.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14031 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 49 -
CMYK 0 0.73 0.80 0.05
HSL 4.69º 0.87% 0.57% -
HSV(B) 4.69º 0.8% 0.95% -
XYZ 38.66 22.59 5.23 -
YUV 115.21 90.64 217.72 -
System Red Green Blue C M Y K H S L
Decimal 241 64 49 0 0.73 0.80 0.05 4.69 0.87 0.57
Hex F1 40 31 0 49 50 5 5 57 39
Octal 361 100 61 0 111 120 5 5 127 71
Binary 11110001 1000000 110001 0 1001001 1010000 101 101 1010111 111001

Color Harmonies of #F14031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14031

Black with #F14031

Text Example


Text Example

White with #F14031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14031; }

 p { color: rgb(241,64,49); }

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

background-color css

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

 a { background-color: rgb(241,64,49); }

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

border-color css

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

 span { border-color: rgb(241,64,49); }

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