Html Css Color HEX #F0443C Cinnabar

📋 copy color: '#F0443C'

red 240 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #F0443C

Tints of Cinnabar #F0443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 65.22%
G = 18.48%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0443C (or 0xF0443C) is known color: Cinnabar. HEX triplet: F0, 44 and 3C. RGB value is (240,68,60). Sum of RGB (Red+Green+Blue) = 240+68+60=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0443C is #0FBBC3. Grayscale: #767676. Windows color (decimal): -1031108 or 3949808. OLE color: 3949808.

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

Color convert

RGB 240 68 60 -
CMYK 0 0.72 0.75 0.06
HSL 2.67º 0.86% 0.59% -
HSV(B) 2.67º 0.75% 0.94% -
XYZ 38.82 22.99 6.67 -
YUV 118.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 240 68 60 0 0.72 0.75 0.06 2.67 0.86 0.59
Hex F0 44 3C 0 48 4B 6 3 56 3B
Octal 360 104 74 0 110 113 6 3 126 73
Binary 11110000 1000100 111100 0 1001000 1001011 110 11 1010110 111011

Color Harmonies of #F0443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0443C

Black with #F0443C

Text Example


Text Example

White with #F0443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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