Html Css Color HEX #F0451C Cinnabar

📋 copy color: '#F0451C'

red 240 ◦ green 69 ◦ blue 28

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

Shades of Cinnabar #F0451C

Tints of Cinnabar #F0451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 71.22%
G = 20.47%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0451C (or 0xF0451C) is known color: Cinnabar. HEX triplet: F0, 45 and 1C. RGB value is (240,69,28). Sum of RGB (Red+Green+Blue) = 240+69+28=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0451C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0451C is #0FBAE3. Grayscale: #737373. Windows color (decimal): -1030884 or 1852912. OLE color: 1852912.

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

Color convert

RGB 240 69 28 -
CMYK 0 0.71 0.88 0.06
HSL 11.6º 0.88% 0.53% -
HSV(B) 11.6º 0.88% 0.94% -
XYZ 38.27 22.87 3.49 -
YUV 115.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 240 69 28 0 0.71 0.88 0.06 11.6 0.88 0.53
Hex F0 45 1C 0 47 58 6 C 58 35
Octal 360 105 34 0 107 130 6 14 130 65
Binary 11110000 1000101 11100 0 1000111 1011000 110 1100 1011000 110101

Color Harmonies of #F0451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0451C

Black with #F0451C

Text Example


Text Example

White with #F0451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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