Html Css Color HEX #F1402C Cinnabar

📋 copy color: '#F1402C'

red 241 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #F1402C

Tints of Cinnabar #F1402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 69.05%
G = 18.34%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1402C (or 0xF1402C) is known color: Cinnabar. HEX triplet: F1, 40 and 2C. RGB value is (241,64,44). Sum of RGB (Red+Green+Blue) = 241+64+44=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1402C is #0EBFD3. Grayscale: #727272. Windows color (decimal): -966612 or 2900209. OLE color: 2900209.

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

Color convert

RGB 241 64 44 -
CMYK 0 0.73 0.82 0.05
HSL 6.09º 0.88% 0.56% -
HSV(B) 6.09º 0.82% 0.95% -
XYZ 38.56 22.55 4.7 -
YUV 114.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 241 64 44 0 0.73 0.82 0.05 6.09 0.88 0.56
Hex F1 40 2C 0 49 52 5 6 58 38
Octal 361 100 54 0 111 122 5 6 130 70
Binary 11110001 1000000 101100 0 1001001 1010010 101 110 1011000 111000

Color Harmonies of #F1402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1402C

Black with #F1402C

Text Example


Text Example

White with #F1402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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