Html Css Color HEX #F04827 Cinnabar

📋 copy color: '#F04827'

red 240 ◦ green 72 ◦ blue 39

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

Shades of Cinnabar #F04827

Tints of Cinnabar #F04827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 68.38%
G = 20.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04827 (or 0xF04827) is known color: Cinnabar. HEX triplet: F0, 48 and 27. RGB value is (240,72,39). Sum of RGB (Red+Green+Blue) = 240+72+39=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F04827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04827 is #0FB7D8. Grayscale: #767676. Windows color (decimal): -1030105 or 2574576. OLE color: 2574576.

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

Color convert

RGB 240 72 39 -
CMYK 0 0.7 0.84 0.06
HSL 9.85º 0.87% 0.55% -
HSV(B) 9.85º 0.84% 0.94% -
XYZ 38.62 23.31 4.38 -
YUV 118.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 240 72 39 0 0.7 0.84 0.06 9.85 0.87 0.55
Hex F0 48 27 0 46 54 6 A 57 37
Octal 360 110 47 0 106 124 6 12 127 67
Binary 11110000 1001000 100111 0 1000110 1010100 110 1010 1010111 110111

Color Harmonies of #F04827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04827

Black with #F04827

Text Example


Text Example

White with #F04827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04827; }

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

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

background-color css

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

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

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

border-color css

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

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

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