Html Css Color HEX #F23037 Alizarin

📋 copy color: '#F23037'

red 242 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #F23037

Tints of Alizarin #F23037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 70.14%
G = 13.91%
B = 15.94%

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

#F23037 (or 0xF23037) is known color: Alizarin. HEX triplet: F2, 30 and 37. RGB value is (242,48,55). Sum of RGB (Red+Green+Blue) = 242+48+55=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F23037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23037 is #0DCFC8. Grayscale: #6A6A6A. Windows color (decimal): -905161 or 3617010. OLE color: 3617010.

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

Color convert

RGB 242 48 55 -
CMYK 0 0.80 0.77 0.05
HSL 357.84º 0.88% 0.57% -
HSV(B) 357.84º 0.8% 0.95% -
XYZ 38.36 21.27 5.7 -
YUV 106.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 242 48 55 0 0.80 0.77 0.05 357.84 0.88 0.57
Hex F2 30 37 0 50 4D 5 166 58 39
Octal 362 60 67 0 120 115 5 546 130 71
Binary 11110010 110000 110111 0 1010000 1001101 101 101100110 1011000 111001

Color Harmonies of #F23037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23037

Black with #F23037

Text Example


Text Example

White with #F23037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23037; }

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

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

background-color css

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

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

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

border-color css

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

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

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