Html Css Color HEX #F23741 Alizarin

📋 copy color: '#F23741'

red 242 ◦ green 55 ◦ blue 65

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

Shades of Alizarin #F23741

Tints of Alizarin #F23741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 66.85%
G = 15.19%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23741 (or 0xF23741) is known color: Alizarin. HEX triplet: F2, 37 and 41. RGB value is (242,55,65). Sum of RGB (Red+Green+Blue) = 242+55+65=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23741 is #0DC8BE. Grayscale: #707070. Windows color (decimal): -903359 or 4274162. OLE color: 4274162.

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

Color convert

RGB 242 55 65 -
CMYK 0 0.77 0.73 0.05
HSL 356.79º 0.88% 0.58% -
HSV(B) 356.79º 0.77% 0.95% -
XYZ 38.94 21.99 7.19 -
YUV 112.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 242 55 65 0 0.77 0.73 0.05 356.79 0.88 0.58
Hex F2 37 41 0 4D 49 5 165 58 3A
Octal 362 67 101 0 115 111 5 545 130 72
Binary 11110010 110111 1000001 0 1001101 1001001 101 101100101 1011000 111010

Color Harmonies of #F23741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23741

Black with #F23741

Text Example


Text Example

White with #F23741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23741; }

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

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

background-color css

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

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

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

border-color css

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

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

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