Html Css Color HEX #F1432E Cinnabar

📋 copy color: '#F1432E'

red 241 ◦ green 67 ◦ blue 46

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

Shades of Cinnabar #F1432E

Tints of Cinnabar #F1432E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 68.08%
G = 18.93%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1432E (or 0xF1432E) is known color: Cinnabar. HEX triplet: F1, 43 and 2E. RGB value is (241,67,46). Sum of RGB (Red+Green+Blue) = 241+67+46=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1432E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1432E is #0EBCD1. Grayscale: #747474. Windows color (decimal): -965842 or 3032049. OLE color: 3032049.

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

Color convert

RGB 241 67 46 -
CMYK 0 0.72 0.81 0.05
HSL 6.46º 0.87% 0.56% -
HSV(B) 6.46º 0.81% 0.95% -
XYZ 38.78 22.91 4.96 -
YUV 116.63 88.15 216.71 -
System Red Green Blue C M Y K H S L
Decimal 241 67 46 0 0.72 0.81 0.05 6.46 0.87 0.56
Hex F1 43 2E 0 48 51 5 6 57 38
Octal 361 103 56 0 110 121 5 6 127 70
Binary 11110001 1000011 101110 0 1001000 1010001 101 110 1010111 111000

Color Harmonies of #F1432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1432E

Black with #F1432E

Text Example


Text Example

White with #F1432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1432E; }

 p { color: rgb(241,67,46); }

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

background-color css

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

 a { background-color: rgb(241,67,46); }

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

border-color css

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

 span { border-color: rgb(241,67,46); }

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