Html Css Color HEX #F14A1F Cinnabar

📋 copy color: '#F14A1F'

red 241 ◦ green 74 ◦ blue 31

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

Shades of Cinnabar #F14A1F

Tints of Cinnabar #F14A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 69.65%
G = 21.39%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F14A1F (or 0xF14A1F) is known color: Cinnabar. HEX triplet: F1, 4A and 1F. RGB value is (241,74,31). Sum of RGB (Red+Green+Blue) = 241+74+31=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A1F is #0EB5E0. Grayscale: #777777. Windows color (decimal): -964065 or 2050801. OLE color: 2050801.

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

Color convert

RGB 241 74 31 -
CMYK 0 0.69 0.87 0.05
HSL 12.29º 0.88% 0.53% -
HSV(B) 12.29º 0.87% 0.95% -
XYZ 38.97 23.7 3.82 -
YUV 119.03 78.33 215 -
System Red Green Blue C M Y K H S L
Decimal 241 74 31 0 0.69 0.87 0.05 12.29 0.88 0.53
Hex F1 4A 1F 0 45 57 5 C 58 35
Octal 361 112 37 0 105 127 5 14 130 65
Binary 11110001 1001010 11111 0 1000101 1010111 101 1100 1011000 110101

Color Harmonies of #F14A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A1F

Black with #F14A1F

Text Example


Text Example

White with #F14A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A1F; }

 p { color: rgb(241,74,31); }

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

background-color css

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

 a { background-color: rgb(241,74,31); }

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

border-color css

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

 span { border-color: rgb(241,74,31); }

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