Html Css Color HEX #F14431 Cinnabar

📋 copy color: '#F14431'

red 241 ◦ green 68 ◦ blue 49

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

Shades of Cinnabar #F14431

Tints of Cinnabar #F14431

RGB

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

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

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

R = 67.32%
G = 18.99%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14431 (or 0xF14431) is known color: Cinnabar. HEX triplet: F1, 44 and 31. RGB value is (241,68,49). Sum of RGB (Red+Green+Blue) = 241+68+49=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F14431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14431 is #0EBBCE. Grayscale: #757575. Windows color (decimal): -965583 or 3228913. OLE color: 3228913.

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

Color convert

RGB 241 68 49 -
CMYK 0 0.72 0.80 0.05
HSL 5.94º 0.87% 0.57% -
HSV(B) 5.94º 0.8% 0.95% -
XYZ 38.9 23.06 5.31 -
YUV 117.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 241 68 49 0 0.72 0.80 0.05 5.94 0.87 0.57
Hex F1 44 31 0 48 50 5 6 57 39
Octal 361 104 61 0 110 120 5 6 127 71
Binary 11110001 1000100 110001 0 1001000 1010000 101 110 1010111 111001

Color Harmonies of #F14431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14431

Black with #F14431

Text Example


Text Example

White with #F14431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14431; }

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

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

background-color css

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

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

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

border-color css

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

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

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