Html Css Color HEX #F1401B Cinnabar

📋 copy color: '#F1401B'

red 241 ◦ green 64 ◦ blue 27

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

Shades of Cinnabar #F1401B

Tints of Cinnabar #F1401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 72.59%
G = 19.28%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1401B (or 0xF1401B) is known color: Cinnabar. HEX triplet: F1, 40 and 1B. RGB value is (241,64,27). Sum of RGB (Red+Green+Blue) = 241+64+27=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F1401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1401B is #0EBFE4. Grayscale: #717171. Windows color (decimal): -966629 or 1786097. OLE color: 1786097.

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

Color convert

RGB 241 64 27 -
CMYK 0 0.73 0.89 0.05
HSL 10.37º 0.88% 0.53% -
HSV(B) 10.37º 0.89% 0.95% -
XYZ 38.31 22.45 3.35 -
YUV 112.71 79.64 219.51 -
System Red Green Blue C M Y K H S L
Decimal 241 64 27 0 0.73 0.89 0.05 10.37 0.88 0.53
Hex F1 40 1B 0 49 59 5 A 58 35
Octal 361 100 33 0 111 131 5 12 130 65
Binary 11110001 1000000 11011 0 1001001 1011001 101 1010 1011000 110101

Color Harmonies of #F1401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1401B

Black with #F1401B

Text Example


Text Example

White with #F1401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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