Html Css Color HEX #F13F2C Cinnabar

📋 copy color: '#F13F2C'

red 241 ◦ green 63 ◦ blue 44

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

Shades of Cinnabar #F13F2C

Tints of Cinnabar #F13F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 69.25%
G = 18.1%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F13F2C (or 0xF13F2C) is known color: Cinnabar. HEX triplet: F1, 3F and 2C. RGB value is (241,63,44). Sum of RGB (Red+Green+Blue) = 241+63+44=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F2C is #0EC0D3. Grayscale: #727272. Windows color (decimal): -966868 or 2899953. OLE color: 2899953.

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

Color convert

RGB 241 63 44 -
CMYK 0 0.74 0.82 0.05
HSL 5.79º 0.88% 0.56% -
HSV(B) 5.79º 0.82% 0.95% -
XYZ 38.51 22.44 4.68 -
YUV 114.06 88.47 218.54 -
System Red Green Blue C M Y K H S L
Decimal 241 63 44 0 0.74 0.82 0.05 5.79 0.88 0.56
Hex F1 3F 2C 0 4A 52 5 6 58 38
Octal 361 77 54 0 112 122 5 6 130 70
Binary 11110001 111111 101100 0 1001010 1010010 101 110 1011000 111000

Color Harmonies of #F13F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F2C

Black with #F13F2C

Text Example


Text Example

White with #F13F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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