Html Css Color HEX #F14030 Cinnabar

📋 copy color: '#F14030'

red 241 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #F14030

Tints of Cinnabar #F14030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 68.27%
G = 18.13%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14030 (or 0xF14030) is known color: Cinnabar. HEX triplet: F1, 40 and 30. RGB value is (241,64,48). Sum of RGB (Red+Green+Blue) = 241+64+48=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F14030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14030 is #0EBFCF. Grayscale: #737373. Windows color (decimal): -966608 or 3162353. OLE color: 3162353.

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

Color convert

RGB 241 64 48 -
CMYK 0 0.73 0.80 0.05
HSL 4.97º 0.87% 0.57% -
HSV(B) 4.97º 0.8% 0.95% -
XYZ 38.64 22.58 5.12 -
YUV 115.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 241 64 48 0 0.73 0.80 0.05 4.97 0.87 0.57
Hex F1 40 30 0 49 50 5 5 57 39
Octal 361 100 60 0 111 120 5 5 127 71
Binary 11110001 1000000 110000 0 1001001 1010000 101 101 1010111 111001

Color Harmonies of #F14030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14030

Black with #F14030

Text Example


Text Example

White with #F14030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14030; }

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

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

background-color css

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

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

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

border-color css

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

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

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