Html Css Color HEX #F04125 Cinnabar

📋 copy color: '#F04125'

red 240 ◦ green 65 ◦ blue 37

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

Shades of Cinnabar #F04125

Tints of Cinnabar #F04125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 70.18%
G = 19.01%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F04125 (or 0xF04125) is known color: Cinnabar. HEX triplet: F0, 41 and 25. RGB value is (240,65,37). Sum of RGB (Red+Green+Blue) = 240+65+37=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04125 is #0FBEDA. Grayscale: #727272. Windows color (decimal): -1031899 or 2441712. OLE color: 2441712.

HSL color Cylindrical-coordinate representation of color #F04125: hue angle of 8.28º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04125 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 37 -
CMYK 0 0.73 0.85 0.06
HSL 8.28º 0.87% 0.54% -
HSV(B) 8.28º 0.85% 0.94% -
XYZ 38.16 22.44 4.07 -
YUV 114.13 84.48 217.78 -
System Red Green Blue C M Y K H S L
Decimal 240 65 37 0 0.73 0.85 0.06 8.28 0.87 0.54
Hex F0 41 25 0 49 55 6 8 57 36
Octal 360 101 45 0 111 125 6 10 127 66
Binary 11110000 1000001 100101 0 1001001 1010101 110 1000 1010111 110110

Color Harmonies of #F04125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04125

Black with #F04125

Text Example


Text Example

White with #F04125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04125; }

 p { color: rgb(240,65,37); }

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

background-color css

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

 a { background-color: rgb(240,65,37); }

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

border-color css

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

 span { border-color: rgb(240,65,37); }

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