Html Css Color HEX #F1422C Cinnabar

📋 copy color: '#F1422C'

red 241 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #F1422C

Tints of Cinnabar #F1422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 68.66%
G = 18.8%
B = 12.54%

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

#F1422C (or 0xF1422C) is known color: Cinnabar. HEX triplet: F1, 42 and 2C. RGB value is (241,66,44). Sum of RGB (Red+Green+Blue) = 241+66+44=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1422C is #0EBDD3. Grayscale: #747474. Windows color (decimal): -966100 or 2900721. OLE color: 2900721.

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

Color convert

RGB 241 66 44 -
CMYK 0 0.73 0.82 0.05
HSL 6.7º 0.88% 0.56% -
HSV(B) 6.7º 0.82% 0.95% -
XYZ 38.68 22.78 4.74 -
YUV 115.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 241 66 44 0 0.73 0.82 0.05 6.7 0.88 0.56
Hex F1 42 2C 0 49 52 5 7 58 38
Octal 361 102 54 0 111 122 5 7 130 70
Binary 11110001 1000010 101100 0 1001001 1010010 101 111 1011000 111000

Color Harmonies of #F1422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1422C

Black with #F1422C

Text Example


Text Example

White with #F1422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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