Html Css Color HEX #F23137 Alizarin

📋 copy color: '#F23137'

red 242 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #F23137

Tints of Alizarin #F23137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 55 (21.88% from 255) = 15.9%

R = 69.94%
G = 14.16%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23137 (or 0xF23137) is known color: Alizarin. HEX triplet: F2, 31 and 37. RGB value is (242,49,55). Sum of RGB (Red+Green+Blue) = 242+49+55=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23137 is #0DCEC8. Grayscale: #6B6B6B. Windows color (decimal): -904905 or 3617266. OLE color: 3617266.

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

Color convert

RGB 242 49 55 -
CMYK 0 0.80 0.77 0.05
HSL 358.13º 0.88% 0.57% -
HSV(B) 358.13º 0.8% 0.95% -
XYZ 38.41 21.35 5.71 -
YUV 107.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 242 49 55 0 0.80 0.77 0.05 358.13 0.88 0.57
Hex F2 31 37 0 50 4D 5 166 58 39
Octal 362 61 67 0 120 115 5 546 130 71
Binary 11110010 110001 110111 0 1010000 1001101 101 101100110 1011000 111001

Color Harmonies of #F23137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23137

Black with #F23137

Text Example


Text Example

White with #F23137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23137; }

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

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

background-color css

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

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

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

border-color css

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

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

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