Html Css Color HEX #F0441E Cinnabar

📋 copy color: '#F0441E'

red 240 ◦ green 68 ◦ blue 30

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

Shades of Cinnabar #F0441E

Tints of Cinnabar #F0441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 71.01%
G = 20.12%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0441E (or 0xF0441E) is known color: Cinnabar. HEX triplet: F0, 44 and 1E. RGB value is (240,68,30). Sum of RGB (Red+Green+Blue) = 240+68+30=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0441E is #0FBBE1. Grayscale: #737373. Windows color (decimal): -1031138 or 1983728. OLE color: 1983728.

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

Color convert

RGB 240 68 30 -
CMYK 0 0.72 0.87 0.06
HSL 10.86º 0.88% 0.53% -
HSV(B) 10.86º 0.88% 0.94% -
XYZ 38.24 22.75 3.6 -
YUV 115.1 79.98 217.09 -
System Red Green Blue C M Y K H S L
Decimal 240 68 30 0 0.72 0.87 0.06 10.86 0.88 0.53
Hex F0 44 1E 0 48 57 6 B 58 35
Octal 360 104 36 0 110 127 6 13 130 65
Binary 11110000 1000100 11110 0 1001000 1010111 110 1011 1011000 110101

Color Harmonies of #F0441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0441E

Black with #F0441E

Text Example


Text Example

White with #F0441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0441E; }

 p { color: rgb(240,68,30); }

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

background-color css

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

 a { background-color: rgb(240,68,30); }

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

border-color css

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

 span { border-color: rgb(240,68,30); }

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