Html Css Color HEX #F0383D Alizarin

📋 copy color: '#F0383D'

red 240 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #F0383D

Tints of Alizarin #F0383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 67.23%
G = 15.69%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0383D (or 0xF0383D) is known color: Alizarin. HEX triplet: F0, 38 and 3D. RGB value is (240,56,61). Sum of RGB (Red+Green+Blue) = 240+56+61=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0383D is #0FC7C2. Grayscale: #6F6F6F. Windows color (decimal): -1034179 or 4012272. OLE color: 4012272.

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

Color convert

RGB 240 56 61 -
CMYK 0 0.77 0.75 0.06
HSL 358.37º 0.86% 0.58% -
HSV(B) 358.37º 0.77% 0.94% -
XYZ 38.19 21.69 6.59 -
YUV 111.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 240 56 61 0 0.77 0.75 0.06 358.37 0.86 0.58
Hex F0 38 3D 0 4D 4B 6 166 56 3A
Octal 360 70 75 0 115 113 6 546 126 72
Binary 11110000 111000 111101 0 1001101 1001011 110 101100110 1010110 111010

Color Harmonies of #F0383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0383D

Black with #F0383D

Text Example


Text Example

White with #F0383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0383D; }

 p { color: rgb(240,56,61); }

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

background-color css

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

 a { background-color: rgb(240,56,61); }

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

border-color css

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

 span { border-color: rgb(240,56,61); }

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