Html Css Color HEX #F04534 Cinnabar

📋 copy color: '#F04534'

red 240 ◦ green 69 ◦ blue 52

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

Shades of Cinnabar #F04534

Tints of Cinnabar #F04534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 66.48%
G = 19.11%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04534 (or 0xF04534) is known color: Cinnabar. HEX triplet: F0, 45 and 34. RGB value is (240,69,52). Sum of RGB (Red+Green+Blue) = 240+69+52=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04534 is #0FBACB. Grayscale: #767676. Windows color (decimal): -1030860 or 3425776. OLE color: 3425776.

HSL color Cylindrical-coordinate representation of color #F04534: hue angle of 5.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F04534 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 52 -
CMYK 0 0.71 0.78 0.06
HSL 5.43º 0.86% 0.57% -
HSV(B) 5.43º 0.78% 0.94% -
XYZ 38.68 23.03 5.66 -
YUV 118.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 240 69 52 0 0.71 0.78 0.06 5.43 0.86 0.57
Hex F0 45 34 0 47 4E 6 5 56 39
Octal 360 105 64 0 107 116 6 5 126 71
Binary 11110000 1000101 110100 0 1000111 1001110 110 101 1010110 111001

Color Harmonies of #F04534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04534

Black with #F04534

Text Example


Text Example

White with #F04534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04534; }

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

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

background-color css

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

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

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

border-color css

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

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

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