Html Css Color HEX #F1462E Cinnabar

📋 copy color: '#F1462E'

red 241 ◦ green 70 ◦ blue 46

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

Shades of Cinnabar #F1462E

Tints of Cinnabar #F1462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 67.51%
G = 19.61%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1462E (or 0xF1462E) is known color: Cinnabar. HEX triplet: F1, 46 and 2E. RGB value is (241,70,46). Sum of RGB (Red+Green+Blue) = 241+70+46=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1462E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1462E is #0EB9D1. Grayscale: #767676. Windows color (decimal): -965074 or 3032817. OLE color: 3032817.

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

Color convert

RGB 241 70 46 -
CMYK 0 0.71 0.81 0.05
HSL 7.38º 0.87% 0.56% -
HSV(B) 7.38º 0.81% 0.95% -
XYZ 38.96 23.28 5.02 -
YUV 118.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 241 70 46 0 0.71 0.81 0.05 7.38 0.87 0.56
Hex F1 46 2E 0 47 51 5 7 57 38
Octal 361 106 56 0 107 121 5 7 127 70
Binary 11110001 1000110 101110 0 1000111 1010001 101 111 1010111 111000

Color Harmonies of #F1462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1462E

Black with #F1462E

Text Example


Text Example

White with #F1462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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