Html Css Color HEX #F14630 Cinnabar

📋 copy color: '#F14630'

red 241 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #F14630

Tints of Cinnabar #F14630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.5%

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

R = 67.13%
G = 19.5%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14630 (or 0xF14630) is known color: Cinnabar. HEX triplet: F1, 46 and 30. RGB value is (241,70,48). Sum of RGB (Red+Green+Blue) = 241+70+48=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F14630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14630 is #0EB9CF. Grayscale: #767676. Windows color (decimal): -965072 or 3163889. OLE color: 3163889.

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

Color convert

RGB 241 70 48 -
CMYK 0 0.71 0.80 0.05
HSL 6.84º 0.87% 0.57% -
HSV(B) 6.84º 0.8% 0.95% -
XYZ 39 23.29 5.24 -
YUV 118.62 88.15 215.29 -
System Red Green Blue C M Y K H S L
Decimal 241 70 48 0 0.71 0.80 0.05 6.84 0.87 0.57
Hex F1 46 30 0 47 50 5 7 57 39
Octal 361 106 60 0 107 120 5 7 127 71
Binary 11110001 1000110 110000 0 1000111 1010000 101 111 1010111 111001

Color Harmonies of #F14630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14630

Black with #F14630

Text Example


Text Example

White with #F14630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14630; }

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

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

background-color css

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

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

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

border-color css

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

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

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