Html Css Color HEX #F0402E Cinnabar

📋 copy color: '#F0402E'

red 240 ◦ green 64 ◦ blue 46

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

Shades of Cinnabar #F0402E

Tints of Cinnabar #F0402E

RGB

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

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

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

R = 68.57%
G = 18.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0402E (or 0xF0402E) is known color: Cinnabar. HEX triplet: F0, 40 and 2E. RGB value is (240,64,46). Sum of RGB (Red+Green+Blue) = 240+64+46=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0402E is #0FBFD1. Grayscale: #727272. Windows color (decimal): -1032146 or 3031280. OLE color: 3031280.

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

Color convert

RGB 240 64 46 -
CMYK 0 0.73 0.81 0.06
HSL 5.57º 0.87% 0.56% -
HSV(B) 5.57º 0.81% 0.94% -
XYZ 38.26 22.39 4.89 -
YUV 114.57 89.31 217.46 -
System Red Green Blue C M Y K H S L
Decimal 240 64 46 0 0.73 0.81 0.06 5.57 0.87 0.56
Hex F0 40 2E 0 49 51 6 6 57 38
Octal 360 100 56 0 111 121 6 6 127 70
Binary 11110000 1000000 101110 0 1001001 1010001 110 110 1010111 111000

Color Harmonies of #F0402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0402E

Black with #F0402E

Text Example


Text Example

White with #F0402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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