Html Css Color HEX #F14830 Cinnabar

📋 copy color: '#F14830'

red 241 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #F14830

Tints of Cinnabar #F14830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 66.76%
G = 19.94%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14830 (or 0xF14830) is known color: Cinnabar. HEX triplet: F1, 48 and 30. RGB value is (241,72,48). Sum of RGB (Red+Green+Blue) = 241+72+48=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14830 is #0EB7CF. Grayscale: #787878. Windows color (decimal): -964560 or 3164401. OLE color: 3164401.

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

Color convert

RGB 241 72 48 -
CMYK 0 0.70 0.80 0.05
HSL 7.46º 0.87% 0.57% -
HSV(B) 7.46º 0.8% 0.95% -
XYZ 39.13 23.55 5.28 -
YUV 119.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 241 72 48 0 0.70 0.80 0.05 7.46 0.87 0.57
Hex F1 48 30 0 46 50 5 7 57 39
Octal 361 110 60 0 106 120 5 7 127 71
Binary 11110001 1001000 110000 0 1000110 1010000 101 111 1010111 111001

Color Harmonies of #F14830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14830

Black with #F14830

Text Example


Text Example

White with #F14830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14830; }

 p { color: rgb(241,72,48); }

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

background-color css

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

 a { background-color: rgb(241,72,48); }

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

border-color css

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

 span { border-color: rgb(241,72,48); }

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