Html Css Color HEX #F04C2F Cinnabar

📋 copy color: '#F04C2F'

red 240 ◦ green 76 ◦ blue 47

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

Shades of Cinnabar #F04C2F

Tints of Cinnabar #F04C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 66.12%
G = 20.94%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F04C2F (or 0xF04C2F) is known color: Cinnabar. HEX triplet: F0, 4C and 2F. RGB value is (240,76,47). Sum of RGB (Red+Green+Blue) = 240+76+47=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C2F is #0FB3D0. Grayscale: #7A7A7A. Windows color (decimal): -1029073 or 3099888. OLE color: 3099888.

HSL color Cylindrical-coordinate representation of color #F04C2F: hue angle of 9.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04C2F is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 47 -
CMYK 0 0.68 0.80 0.06
HSL 9.02º 0.87% 0.56% -
HSV(B) 9.02º 0.8% 0.94% -
XYZ 39.03 23.9 5.25 -
YUV 121.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 240 76 47 0 0.68 0.80 0.06 9.02 0.87 0.56
Hex F0 4C 2F 0 44 50 6 9 57 38
Octal 360 114 57 0 104 120 6 11 127 70
Binary 11110000 1001100 101111 0 1000100 1010000 110 1001 1010111 111000

Color Harmonies of #F04C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C2F

Black with #F04C2F

Text Example


Text Example

White with #F04C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C2F; }

 p { color: rgb(240,76,47); }

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

background-color css

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

 a { background-color: rgb(240,76,47); }

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

border-color css

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

 span { border-color: rgb(240,76,47); }

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