Html Css Color HEX #F1431B Cinnabar

📋 copy color: '#F1431B'

red 241 ◦ green 67 ◦ blue 27

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

Shades of Cinnabar #F1431B

Tints of Cinnabar #F1431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 71.94%
G = 20%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1431B (or 0xF1431B) is known color: Cinnabar. HEX triplet: F1, 43 and 1B. RGB value is (241,67,27). Sum of RGB (Red+Green+Blue) = 241+67+27=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1431B is #0EBCE4. Grayscale: #727272. Windows color (decimal): -965861 or 1786865. OLE color: 1786865.

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

Color convert

RGB 241 67 27 -
CMYK 0 0.72 0.89 0.05
HSL 11.21º 0.88% 0.53% -
HSV(B) 11.21º 0.89% 0.95% -
XYZ 38.48 22.79 3.41 -
YUV 114.47 78.65 218.25 -
System Red Green Blue C M Y K H S L
Decimal 241 67 27 0 0.72 0.89 0.05 11.21 0.88 0.53
Hex F1 43 1B 0 48 59 5 B 58 35
Octal 361 103 33 0 110 131 5 13 130 65
Binary 11110001 1000011 11011 0 1001000 1011001 101 1011 1011000 110101

Color Harmonies of #F1431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1431B

Black with #F1431B

Text Example


Text Example

White with #F1431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1431B; }

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

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

background-color css

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

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

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

border-color css

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

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

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