Html Css Color HEX #F1461F Cinnabar

📋 copy color: '#F1461F'

red 241 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #F1461F

Tints of Cinnabar #F1461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 70.47%
G = 20.47%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1461F (or 0xF1461F) is known color: Cinnabar. HEX triplet: F1, 46 and 1F. RGB value is (241,70,31). Sum of RGB (Red+Green+Blue) = 241+70+31=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1461F is #0EB9E0. Grayscale: #757575. Windows color (decimal): -965089 or 2049777. OLE color: 2049777.

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

Color convert

RGB 241 70 31 -
CMYK 0 0.71 0.87 0.05
HSL 11.14º 0.88% 0.53% -
HSV(B) 11.14º 0.87% 0.95% -
XYZ 38.71 23.18 3.73 -
YUV 116.68 79.65 216.67 -
System Red Green Blue C M Y K H S L
Decimal 241 70 31 0 0.71 0.87 0.05 11.14 0.88 0.53
Hex F1 46 1F 0 47 57 5 B 58 35
Octal 361 106 37 0 107 127 5 13 130 65
Binary 11110001 1000110 11111 0 1000111 1010111 101 1011 1011000 110101

Color Harmonies of #F1461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1461F

Black with #F1461F

Text Example


Text Example

White with #F1461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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