Html Css Color HEX #F04426 Cinnabar

📋 copy color: '#F04426'

red 240 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #F04426

Tints of Cinnabar #F04426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 69.36%
G = 19.65%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04426 (or 0xF04426) is known color: Cinnabar. HEX triplet: F0, 44 and 26. RGB value is (240,68,38). Sum of RGB (Red+Green+Blue) = 240+68+38=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F04426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04426 is #0FBBD9. Grayscale: #747474. Windows color (decimal): -1031130 or 2508016. OLE color: 2508016.

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

Color convert

RGB 240 68 38 -
CMYK 0 0.72 0.84 0.06
HSL 8.91º 0.87% 0.55% -
HSV(B) 8.91º 0.84% 0.94% -
XYZ 38.35 22.8 4.21 -
YUV 116.01 83.98 216.44 -
System Red Green Blue C M Y K H S L
Decimal 240 68 38 0 0.72 0.84 0.06 8.91 0.87 0.55
Hex F0 44 26 0 48 54 6 9 57 37
Octal 360 104 46 0 110 124 6 11 127 67
Binary 11110000 1000100 100110 0 1001000 1010100 110 1001 1010111 110111

Color Harmonies of #F04426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04426

Black with #F04426

Text Example


Text Example

White with #F04426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04426; }

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

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

background-color css

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

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

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

border-color css

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

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

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