Html Css Color HEX #F1441B Cinnabar

📋 copy color: '#F1441B'

red 241 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #F1441B

Tints of Cinnabar #F1441B

RGB

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

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

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

R = 71.73%
G = 20.24%
B = 8.04%

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

#F1441B (or 0xF1441B) is known color: Cinnabar. HEX triplet: F1, 44 and 1B. RGB value is (241,68,27). Sum of RGB (Red+Green+Blue) = 241+68+27=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1441B is #0EBBE4. Grayscale: #737373. Windows color (decimal): -965605 or 1787121. OLE color: 1787121.

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

Color convert

RGB 241 68 27 -
CMYK 0 0.72 0.89 0.05
HSL 11.5º 0.88% 0.53% -
HSV(B) 11.5º 0.89% 0.95% -
XYZ 38.54 22.91 3.43 -
YUV 115.05 78.31 217.83 -
System Red Green Blue C M Y K H S L
Decimal 241 68 27 0 0.72 0.89 0.05 11.5 0.88 0.53
Hex F1 44 1B 0 48 59 5 B 58 35
Octal 361 104 33 0 110 131 5 13 130 65
Binary 11110001 1000100 11011 0 1001000 1011001 101 1011 1011000 110101

Color Harmonies of #F1441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1441B

Black with #F1441B

Text Example


Text Example

White with #F1441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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