Html Css Color HEX #F04528 Cinnabar

📋 copy color: '#F04528'

red 240 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #F04528

Tints of Cinnabar #F04528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 68.77%
G = 19.77%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04528 (or 0xF04528) is known color: Cinnabar. HEX triplet: F0, 45 and 28. RGB value is (240,69,40). Sum of RGB (Red+Green+Blue) = 240+69+40=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F04528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04528 is #0FBAD7. Grayscale: #757575. Windows color (decimal): -1030872 or 2639344. OLE color: 2639344.

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

Color convert

RGB 240 69 40 -
CMYK 0 0.71 0.83 0.06
HSL 8.7º 0.87% 0.55% -
HSV(B) 8.7º 0.83% 0.94% -
XYZ 38.45 22.93 4.41 -
YUV 116.82 84.65 215.86 -
System Red Green Blue C M Y K H S L
Decimal 240 69 40 0 0.71 0.83 0.06 8.7 0.87 0.55
Hex F0 45 28 0 47 53 6 9 57 37
Octal 360 105 50 0 107 123 6 11 127 67
Binary 11110000 1000101 101000 0 1000111 1010011 110 1001 1010111 110111

Color Harmonies of #F04528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04528

Black with #F04528

Text Example


Text Example

White with #F04528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04528; }

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

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

background-color css

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

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

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

border-color css

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

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

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