Html Css Color HEX #F14627 Cinnabar

📋 copy color: '#F14627'

red 241 ◦ green 70 ◦ blue 39

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

Shades of Cinnabar #F14627

Tints of Cinnabar #F14627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 68.86%
G = 20%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14627 (or 0xF14627) is known color: Cinnabar. HEX triplet: F1, 46 and 27. RGB value is (241,70,39). Sum of RGB (Red+Green+Blue) = 241+70+39=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F14627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14627 is #0EB9D8. Grayscale: #757575. Windows color (decimal): -965081 or 2574065. OLE color: 2574065.

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

Color convert

RGB 241 70 39 -
CMYK 0 0.71 0.84 0.05
HSL 9.21º 0.88% 0.55% -
HSV(B) 9.21º 0.84% 0.95% -
XYZ 38.83 23.23 4.36 -
YUV 117.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 241 70 39 0 0.71 0.84 0.05 9.21 0.88 0.55
Hex F1 46 27 0 47 54 5 9 58 37
Octal 361 106 47 0 107 124 5 11 130 67
Binary 11110001 1000110 100111 0 1000111 1010100 101 1001 1011000 110111

Color Harmonies of #F14627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14627

Black with #F14627

Text Example


Text Example

White with #F14627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14627; }

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

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

background-color css

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

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

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

border-color css

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

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

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