Html Css Color HEX #F14F2D Cinnabar

📋 copy color: '#F14F2D'

red 241 ◦ green 79 ◦ blue 45

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

Shades of Cinnabar #F14F2D

Tints of Cinnabar #F14F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

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

R = 66.03%
G = 21.64%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F14F2D (or 0xF14F2D) is known color: Cinnabar. HEX triplet: F1, 4F and 2D. RGB value is (241,79,45). Sum of RGB (Red+Green+Blue) = 241+79+45=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14F2D is #0EB0D2. Grayscale: #7B7B7B. Windows color (decimal): -962771 or 2969585. OLE color: 2969585.

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

Color convert

RGB 241 79 45 -
CMYK 0 0.67 0.81 0.05
HSL 10.41º 0.88% 0.56% -
HSV(B) 10.41º 0.81% 0.95% -
XYZ 39.55 24.48 5.12 -
YUV 123.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 241 79 45 0 0.67 0.81 0.05 10.41 0.88 0.56
Hex F1 4F 2D 0 43 51 5 A 58 38
Octal 361 117 55 0 103 121 5 12 130 70
Binary 11110001 1001111 101101 0 1000011 1010001 101 1010 1011000 111000

Color Harmonies of #F14F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F2D

Black with #F14F2D

Text Example


Text Example

White with #F14F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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