Html Css Color HEX #F23940 Alizarin

📋 copy color: '#F23940'

red 242 ◦ green 57 ◦ blue 64

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

Shades of Alizarin #F23940

Tints of Alizarin #F23940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 66.67%
G = 15.7%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23940 (or 0xF23940) is known color: Alizarin. HEX triplet: F2, 39 and 40. RGB value is (242,57,64). Sum of RGB (Red+Green+Blue) = 242+57+64=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23940 is #0DC6BF. Grayscale: #717171. Windows color (decimal): -902848 or 4209138. OLE color: 4209138.

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

Color convert

RGB 242 57 64 -
CMYK 0 0.76 0.74 0.05
HSL 357.73º 0.88% 0.59% -
HSV(B) 357.73º 0.76% 0.95% -
XYZ 39.01 22.17 7.07 -
YUV 113.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 242 57 64 0 0.76 0.74 0.05 357.73 0.88 0.59
Hex F2 39 40 0 4C 4A 5 166 58 3B
Octal 362 71 100 0 114 112 5 546 130 73
Binary 11110010 111001 1000000 0 1001100 1001010 101 101100110 1011000 111011

Color Harmonies of #F23940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23940

Black with #F23940

Text Example


Text Example

White with #F23940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23940; }

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

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

background-color css

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

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

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

border-color css

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

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

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