Html Css Color HEX #F14A1D Cinnabar

📋 copy color: '#F14A1D'

red 241 ◦ green 74 ◦ blue 29

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

Shades of Cinnabar #F14A1D

Tints of Cinnabar #F14A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.43%

R = 70.06%
G = 21.51%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F14A1D (or 0xF14A1D) is known color: Cinnabar. HEX triplet: F1, 4A and 1D. RGB value is (241,74,29). Sum of RGB (Red+Green+Blue) = 241+74+29=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A1D is #0EB5E2. Grayscale: #777777. Windows color (decimal): -964067 or 1919729. OLE color: 1919729.

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

Color convert

RGB 241 74 29 -
CMYK 0 0.69 0.88 0.05
HSL 12.74º 0.88% 0.53% -
HSV(B) 12.74º 0.88% 0.95% -
XYZ 38.95 23.69 3.68 -
YUV 118.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 241 74 29 0 0.69 0.88 0.05 12.74 0.88 0.53
Hex F1 4A 1D 0 45 58 5 D 58 35
Octal 361 112 35 0 105 130 5 15 130 65
Binary 11110001 1001010 11101 0 1000101 1011000 101 1101 1011000 110101

Color Harmonies of #F14A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A1D

Black with #F14A1D

Text Example


Text Example

White with #F14A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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