Html Css Color HEX #F0402C Cinnabar

📋 copy color: '#F0402C'

red 240 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #F0402C

Tints of Cinnabar #F0402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 68.97%
G = 18.39%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0402C (or 0xF0402C) is known color: Cinnabar. HEX triplet: F0, 40 and 2C. RGB value is (240,64,44). Sum of RGB (Red+Green+Blue) = 240+64+44=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0402C is #0FBFD3. Grayscale: #727272. Windows color (decimal): -1032148 or 2900208. OLE color: 2900208.

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

Color convert

RGB 240 64 44 -
CMYK 0 0.73 0.82 0.06
HSL 6.12º 0.87% 0.56% -
HSV(B) 6.12º 0.82% 0.94% -
XYZ 38.22 22.37 4.69 -
YUV 114.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 240 64 44 0 0.73 0.82 0.06 6.12 0.87 0.56
Hex F0 40 2C 0 49 52 6 6 57 38
Octal 360 100 54 0 111 122 6 6 127 70
Binary 11110000 1000000 101100 0 1001001 1010010 110 110 1010111 111000

Color Harmonies of #F0402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0402C

Black with #F0402C

Text Example


Text Example

White with #F0402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0402C; }

 p { color: rgb(240,64,44); }

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

background-color css

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

 a { background-color: rgb(240,64,44); }

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

border-color css

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

 span { border-color: rgb(240,64,44); }

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