Html Css Color HEX #F23138 Alizarin

📋 copy color: '#F23138'

red 242 ◦ green 49 ◦ blue 56

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

Shades of Alizarin #F23138

Tints of Alizarin #F23138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 69.74%
G = 14.12%
B = 16.14%

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

#F23138 (or 0xF23138) is known color: Alizarin. HEX triplet: F2, 31 and 38. RGB value is (242,49,56). Sum of RGB (Red+Green+Blue) = 242+49+56=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23138 is #0DCEC7. Grayscale: #6B6B6B. Windows color (decimal): -904904 or 3682802. OLE color: 3682802.

HSL color Cylindrical-coordinate representation of color #F23138: hue angle of 357.82º 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 #F23138 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 56 -
CMYK 0 0.80 0.77 0.05
HSL 357.82º 0.88% 0.57% -
HSV(B) 357.82º 0.8% 0.95% -
XYZ 38.43 21.36 5.84 -
YUV 107.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 242 49 56 0 0.80 0.77 0.05 357.82 0.88 0.57
Hex F2 31 38 0 50 4D 5 166 58 39
Octal 362 61 70 0 120 115 5 546 130 71
Binary 11110010 110001 111000 0 1010000 1001101 101 101100110 1011000 111001

Color Harmonies of #F23138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23138

Black with #F23138

Text Example


Text Example

White with #F23138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23138; }

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

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

background-color css

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

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

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

border-color css

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

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

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