Html Css Color HEX #F0432E Cinnabar

📋 copy color: '#F0432E'

red 240 ◦ green 67 ◦ blue 46

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

Shades of Cinnabar #F0432E

Tints of Cinnabar #F0432E

RGB

 RED value IS 240 (94.14% from 255) = 67.99%

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

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

R = 67.99%
G = 18.98%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0432E (or 0xF0432E) is known color: Cinnabar. HEX triplet: F0, 43 and 2E. RGB value is (240,67,46). Sum of RGB (Red+Green+Blue) = 240+67+46=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0432E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0432E is #0FBCD1. Grayscale: #747474. Windows color (decimal): -1031378 or 3032048. OLE color: 3032048.

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

Color convert

RGB 240 67 46 -
CMYK 0 0.72 0.81 0.06
HSL 6.49º 0.87% 0.56% -
HSV(B) 6.49º 0.81% 0.94% -
XYZ 38.44 22.74 4.95 -
YUV 116.33 88.31 216.21 -
System Red Green Blue C M Y K H S L
Decimal 240 67 46 0 0.72 0.81 0.06 6.49 0.87 0.56
Hex F0 43 2E 0 48 51 6 6 57 38
Octal 360 103 56 0 110 121 6 6 127 70
Binary 11110000 1000011 101110 0 1001000 1010001 110 110 1010111 111000

Color Harmonies of #F0432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0432E

Black with #F0432E

Text Example


Text Example

White with #F0432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0432E; }

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

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

background-color css

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

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

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

border-color css

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

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

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