Html Css Color HEX #F0452B Cinnabar

📋 copy color: '#F0452B'

red 240 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #F0452B

Tints of Cinnabar #F0452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 68.18%
G = 19.6%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0452B (or 0xF0452B) is known color: Cinnabar. HEX triplet: F0, 45 and 2B. RGB value is (240,69,43). Sum of RGB (Red+Green+Blue) = 240+69+43=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0452B is #0FBAD4. Grayscale: #757575. Windows color (decimal): -1030869 or 2835952. OLE color: 2835952.

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

Color convert

RGB 240 69 43 -
CMYK 0 0.71 0.82 0.06
HSL 7.92º 0.87% 0.55% -
HSV(B) 7.92º 0.82% 0.94% -
XYZ 38.5 22.96 4.69 -
YUV 117.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 240 69 43 0 0.71 0.82 0.06 7.92 0.87 0.55
Hex F0 45 2B 0 47 52 6 8 57 37
Octal 360 105 53 0 107 122 6 10 127 67
Binary 11110000 1000101 101011 0 1000111 1010010 110 1000 1010111 110111

Color Harmonies of #F0452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0452B

Black with #F0452B

Text Example


Text Example

White with #F0452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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