Html Css Color HEX #F23740 Alizarin

📋 copy color: '#F23740'

red 242 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #F23740

Tints of Alizarin #F23740

RGB

 RED value IS 242 (94.92% from 255) = 67.04%

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 67.04%
G = 15.24%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23740 (or 0xF23740) is known color: Alizarin. HEX triplet: F2, 37 and 40. RGB value is (242,55,64). Sum of RGB (Red+Green+Blue) = 242+55+64=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23740 is #0DC8BF. Grayscale: #707070. Windows color (decimal): -903360 or 4208626. OLE color: 4208626.

HSL color Cylindrical-coordinate representation of color #F23740: hue angle of 357.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23740 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 64 -
CMYK 0 0.77 0.74 0.05
HSL 357.11º 0.88% 0.58% -
HSV(B) 357.11º 0.77% 0.95% -
XYZ 38.91 21.98 7.04 -
YUV 111.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 242 55 64 0 0.77 0.74 0.05 357.11 0.88 0.58
Hex F2 37 40 0 4D 4A 5 165 58 3A
Octal 362 67 100 0 115 112 5 545 130 72
Binary 11110010 110111 1000000 0 1001101 1001010 101 101100101 1011000 111010

Color Harmonies of #F23740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23740

Black with #F23740

Text Example


Text Example

White with #F23740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23740; }

 p { color: rgb(242,55,64); }

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

background-color css

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

 a { background-color: rgb(242,55,64); }

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

border-color css

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

 span { border-color: rgb(242,55,64); }

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