Html Css Color HEX #F0392D Cinnabar

📋 copy color: '#F0392D'

red 240 ◦ green 57 ◦ blue 45

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

Shades of Cinnabar #F0392D

Tints of Cinnabar #F0392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 70.18%
G = 16.67%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0392D (or 0xF0392D) is known color: Cinnabar. HEX triplet: F0, 39 and 2D. RGB value is (240,57,45). Sum of RGB (Red+Green+Blue) = 240+57+45=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0392D is #0FC6D2. Grayscale: #6E6E6E. Windows color (decimal): -1033939 or 2963952. OLE color: 2963952.

HSL color Cylindrical-coordinate representation of color #F0392D: hue angle of 3.69º 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 #F0392D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 45 -
CMYK 0 0.76 0.81 0.06
HSL 3.69º 0.87% 0.56% -
HSV(B) 3.69º 0.81% 0.94% -
XYZ 37.87 21.64 4.66 -
YUV 110.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 240 57 45 0 0.76 0.81 0.06 3.69 0.87 0.56
Hex F0 39 2D 0 4C 51 6 4 57 38
Octal 360 71 55 0 114 121 6 4 127 70
Binary 11110000 111001 101101 0 1001100 1010001 110 100 1010111 111000

Color Harmonies of #F0392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0392D

Black with #F0392D

Text Example


Text Example

White with #F0392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0392D; }

 p { color: rgb(240,57,45); }

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

background-color css

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

 a { background-color: rgb(240,57,45); }

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

border-color css

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

 span { border-color: rgb(240,57,45); }

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