Html Css Color HEX #F0443A Cinnabar

📋 copy color: '#F0443A'

red 240 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #F0443A

Tints of Cinnabar #F0443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 65.57%
G = 18.58%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0443A (or 0xF0443A) is known color: Cinnabar. HEX triplet: F0, 44 and 3A. RGB value is (240,68,58). Sum of RGB (Red+Green+Blue) = 240+68+58=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0443A is #0FBBC5. Grayscale: #767676. Windows color (decimal): -1031110 or 3818736. OLE color: 3818736.

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

Color convert

RGB 240 68 58 -
CMYK 0 0.72 0.76 0.06
HSL 3.3º 0.86% 0.58% -
HSV(B) 3.3º 0.76% 0.94% -
XYZ 38.77 22.97 6.39 -
YUV 118.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 240 68 58 0 0.72 0.76 0.06 3.3 0.86 0.58
Hex F0 44 3A 0 48 4C 6 3 56 3A
Octal 360 104 72 0 110 114 6 3 126 72
Binary 11110000 1000100 111010 0 1001000 1001100 110 11 1010110 111010

Color Harmonies of #F0443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0443A

Black with #F0443A

Text Example


Text Example

White with #F0443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0443A; }

 p { color: rgb(240,68,58); }

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

background-color css

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

 a { background-color: rgb(240,68,58); }

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

border-color css

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

 span { border-color: rgb(240,68,58); }

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