Html Css Color HEX #F04527 Cinnabar

📋 copy color: '#F04527'

red 240 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #F04527

Tints of Cinnabar #F04527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 68.97%
G = 19.83%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04527 (or 0xF04527) is known color: Cinnabar. HEX triplet: F0, 45 and 27. RGB value is (240,69,39). Sum of RGB (Red+Green+Blue) = 240+69+39=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04527 is #0FBAD8. Grayscale: #757575. Windows color (decimal): -1030873 or 2573808. OLE color: 2573808.

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

Color convert

RGB 240 69 39 -
CMYK 0 0.71 0.84 0.06
HSL 8.96º 0.87% 0.55% -
HSV(B) 8.96º 0.84% 0.94% -
XYZ 38.43 22.93 4.32 -
YUV 116.71 84.15 215.94 -
System Red Green Blue C M Y K H S L
Decimal 240 69 39 0 0.71 0.84 0.06 8.96 0.87 0.55
Hex F0 45 27 0 47 54 6 9 57 37
Octal 360 105 47 0 107 124 6 11 127 67
Binary 11110000 1000101 100111 0 1000111 1010100 110 1001 1010111 110111

Color Harmonies of #F04527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04527

Black with #F04527

Text Example


Text Example

White with #F04527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04527; }

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

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

background-color css

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

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

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

border-color css

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

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

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