Html Css Color HEX #F05127 Cinnabar

📋 copy color: '#F05127'

red 240 ◦ green 81 ◦ blue 39

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

Shades of Cinnabar #F05127

Tints of Cinnabar #F05127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 66.67%
G = 22.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F05127 (or 0xF05127) is known color: Cinnabar. HEX triplet: F0, 51 and 27. RGB value is (240,81,39). Sum of RGB (Red+Green+Blue) = 240+81+39=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F05127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05127 is #0FAED8. Grayscale: #7C7C7C. Windows color (decimal): -1027801 or 2576880. OLE color: 2576880.

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

Color convert

RGB 240 81 39 -
CMYK 0 0.66 0.84 0.06
HSL 12.54º 0.87% 0.55% -
HSV(B) 12.54º 0.84% 0.94% -
XYZ 39.24 24.56 4.59 -
YUV 123.75 80.18 210.92 -
System Red Green Blue C M Y K H S L
Decimal 240 81 39 0 0.66 0.84 0.06 12.54 0.87 0.55
Hex F0 51 27 0 42 54 6 D 57 37
Octal 360 121 47 0 102 124 6 15 127 67
Binary 11110000 1010001 100111 0 1000010 1010100 110 1101 1010111 110111

Color Harmonies of #F05127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05127

Black with #F05127

Text Example


Text Example

White with #F05127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05127; }

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

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

background-color css

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

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

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

border-color css

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

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

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