Html Css Color HEX #F1462F Cinnabar

📋 copy color: '#F1462F'

red 241 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #F1462F

Tints of Cinnabar #F1462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 67.32%
G = 19.55%
B = 13.13%

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

#F1462F (or 0xF1462F) is known color: Cinnabar. HEX triplet: F1, 46 and 2F. RGB value is (241,70,47). Sum of RGB (Red+Green+Blue) = 241+70+47=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1462F is #0EB9D0. Grayscale: #767676. Windows color (decimal): -965073 or 3098353. OLE color: 3098353.

HSL color Cylindrical-coordinate representation of color #F1462F: hue angle of 7.11º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1462F is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 47 -
CMYK 0 0.71 0.80 0.05
HSL 7.11º 0.87% 0.56% -
HSV(B) 7.11º 0.8% 0.95% -
XYZ 38.98 23.29 5.13 -
YUV 118.51 87.65 215.37 -
System Red Green Blue C M Y K H S L
Decimal 241 70 47 0 0.71 0.80 0.05 7.11 0.87 0.56
Hex F1 46 2F 0 47 50 5 7 57 38
Octal 361 106 57 0 107 120 5 7 127 70
Binary 11110001 1000110 101111 0 1000111 1010000 101 111 1010111 111000

Color Harmonies of #F1462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1462F

Black with #F1462F

Text Example


Text Example

White with #F1462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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