Html Css Color HEX #F04428 Cinnabar

📋 copy color: '#F04428'

red 240 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #F04428

Tints of Cinnabar #F04428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 68.97%
G = 19.54%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04428 (or 0xF04428) is known color: Cinnabar. HEX triplet: F0, 44 and 28. RGB value is (240,68,40). Sum of RGB (Red+Green+Blue) = 240+68+40=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04428 is #0FBBD7. Grayscale: #747474. Windows color (decimal): -1031128 or 2639088. OLE color: 2639088.

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

Color convert

RGB 240 68 40 -
CMYK 0 0.72 0.83 0.06
HSL 8.4º 0.87% 0.55% -
HSV(B) 8.4º 0.83% 0.94% -
XYZ 38.39 22.81 4.39 -
YUV 116.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 240 68 40 0 0.72 0.83 0.06 8.4 0.87 0.55
Hex F0 44 28 0 48 53 6 8 57 37
Octal 360 104 50 0 110 123 6 10 127 67
Binary 11110000 1000100 101000 0 1001000 1010011 110 1000 1010111 110111

Color Harmonies of #F04428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04428

Black with #F04428

Text Example


Text Example

White with #F04428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04428; }

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

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

background-color css

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

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

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

border-color css

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

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

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