Html Css Color HEX #F1431F Cinnabar

📋 copy color: '#F1431F'

red 241 ◦ green 67 ◦ blue 31

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

Shades of Cinnabar #F1431F

Tints of Cinnabar #F1431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 71.09%
G = 19.76%
B = 9.14%

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

#F1431F (or 0xF1431F) is known color: Cinnabar. HEX triplet: F1, 43 and 1F. RGB value is (241,67,31). Sum of RGB (Red+Green+Blue) = 241+67+31=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1431F is #0EBCE0. Grayscale: #737373. Windows color (decimal): -965857 or 2049009. OLE color: 2049009.

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

Color convert

RGB 241 67 31 -
CMYK 0 0.72 0.87 0.05
HSL 10.29º 0.88% 0.53% -
HSV(B) 10.29º 0.87% 0.95% -
XYZ 38.53 22.81 3.67 -
YUV 114.92 80.65 217.93 -
System Red Green Blue C M Y K H S L
Decimal 241 67 31 0 0.72 0.87 0.05 10.29 0.88 0.53
Hex F1 43 1F 0 48 57 5 A 58 35
Octal 361 103 37 0 110 127 5 12 130 65
Binary 11110001 1000011 11111 0 1001000 1010111 101 1010 1011000 110101

Color Harmonies of #F1431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1431F

Black with #F1431F

Text Example


Text Example

White with #F1431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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