Html Css Color HEX #F14A2D Cinnabar

📋 copy color: '#F14A2D'

red 241 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #F14A2D

Tints of Cinnabar #F14A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 66.94%
G = 20.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F14A2D (or 0xF14A2D) is known color: Cinnabar. HEX triplet: F1, 4A and 2D. RGB value is (241,74,45). Sum of RGB (Red+Green+Blue) = 241+74+45=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A2D is #0EB5D2. Grayscale: #787878. Windows color (decimal): -964051 or 2968305. OLE color: 2968305.

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

Color convert

RGB 241 74 45 -
CMYK 0 0.69 0.81 0.05
HSL 8.88º 0.88% 0.56% -
HSV(B) 8.88º 0.81% 0.95% -
XYZ 39.2 23.79 5.01 -
YUV 120.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 241 74 45 0 0.69 0.81 0.05 8.88 0.88 0.56
Hex F1 4A 2D 0 45 51 5 9 58 38
Octal 361 112 55 0 105 121 5 11 130 70
Binary 11110001 1001010 101101 0 1000101 1010001 101 1001 1011000 111000

Color Harmonies of #F14A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A2D

Black with #F14A2D

Text Example


Text Example

White with #F14A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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