Html Css Color HEX #F0432A Cinnabar

📋 copy color: '#F0432A'

red 240 ◦ green 67 ◦ blue 42

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

Shades of Cinnabar #F0432A

Tints of Cinnabar #F0432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 68.77%
G = 19.2%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0432A (or 0xF0432A) is known color: Cinnabar. HEX triplet: F0, 43 and 2A. RGB value is (240,67,42). Sum of RGB (Red+Green+Blue) = 240+67+42=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0432A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0432A is #0FBCD5. Grayscale: #747474. Windows color (decimal): -1031382 or 2769904. OLE color: 2769904.

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

Color convert

RGB 240 67 42 -
CMYK 0 0.72 0.82 0.06
HSL 7.58º 0.87% 0.55% -
HSV(B) 7.58º 0.83% 0.94% -
XYZ 38.36 22.71 4.55 -
YUV 115.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 240 67 42 0 0.72 0.82 0.06 7.58 0.87 0.55
Hex F0 43 2A 0 48 52 6 8 57 37
Octal 360 103 52 0 110 122 6 10 127 67
Binary 11110000 1000011 101010 0 1001000 1010010 110 1000 1010111 110111

Color Harmonies of #F0432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0432A

Black with #F0432A

Text Example


Text Example

White with #F0432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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