Html Css Color HEX #F0432F Cinnabar

📋 copy color: '#F0432F'

red 240 ◦ green 67 ◦ blue 47

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

Shades of Cinnabar #F0432F

Tints of Cinnabar #F0432F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 67.8%
G = 18.93%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0432F (or 0xF0432F) is known color: Cinnabar. HEX triplet: F0, 43 and 2F. RGB value is (240,67,47). Sum of RGB (Red+Green+Blue) = 240+67+47=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0432F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0432F is #0FBCD0. Grayscale: #747474. Windows color (decimal): -1031377 or 3097584. OLE color: 3097584.

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

Color convert

RGB 240 67 47 -
CMYK 0 0.72 0.80 0.06
HSL 6.22º 0.87% 0.56% -
HSV(B) 6.22º 0.8% 0.94% -
XYZ 38.46 22.74 5.05 -
YUV 116.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 240 67 47 0 0.72 0.80 0.06 6.22 0.87 0.56
Hex F0 43 2F 0 48 50 6 6 57 38
Octal 360 103 57 0 110 120 6 6 127 70
Binary 11110000 1000011 101111 0 1001000 1010000 110 110 1010111 111000

Color Harmonies of #F0432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0432F

Black with #F0432F

Text Example


Text Example

White with #F0432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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