Html Css Color HEX #F1441F Cinnabar

📋 copy color: '#F1441F'

red 241 ◦ green 68 ◦ blue 31

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

Shades of Cinnabar #F1441F

Tints of Cinnabar #F1441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 70.88%
G = 20%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1441F (or 0xF1441F) is known color: Cinnabar. HEX triplet: F1, 44 and 1F. RGB value is (241,68,31). Sum of RGB (Red+Green+Blue) = 241+68+31=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1441F is #0EBBE0. Grayscale: #737373. Windows color (decimal): -965601 or 2049265. OLE color: 2049265.

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

Color convert

RGB 241 68 31 -
CMYK 0 0.72 0.87 0.05
HSL 10.57º 0.88% 0.53% -
HSV(B) 10.57º 0.87% 0.95% -
XYZ 38.59 22.93 3.69 -
YUV 115.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 241 68 31 0 0.72 0.87 0.05 10.57 0.88 0.53
Hex F1 44 1F 0 48 57 5 B 58 35
Octal 361 104 37 0 110 127 5 13 130 65
Binary 11110001 1000100 11111 0 1001000 1010111 101 1011 1011000 110101

Color Harmonies of #F1441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1441F

Black with #F1441F

Text Example


Text Example

White with #F1441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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