Html Css Color HEX #F23841 Alizarin

📋 copy color: '#F23841'

red 242 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #F23841

Tints of Alizarin #F23841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 66.67%
G = 15.43%
B = 17.91%

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

#F23841 (or 0xF23841) is known color: Alizarin. HEX triplet: F2, 38 and 41. RGB value is (242,56,65). Sum of RGB (Red+Green+Blue) = 242+56+65=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23841 is #0DC7BE. Grayscale: #707070. Windows color (decimal): -903103 or 4274418. OLE color: 4274418.

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

Color convert

RGB 242 56 65 -
CMYK 0 0.77 0.73 0.05
HSL 357.1º 0.88% 0.58% -
HSV(B) 357.1º 0.77% 0.95% -
XYZ 38.99 22.09 7.21 -
YUV 112.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 242 56 65 0 0.77 0.73 0.05 357.1 0.88 0.58
Hex F2 38 41 0 4D 49 5 165 58 3A
Octal 362 70 101 0 115 111 5 545 130 72
Binary 11110010 111000 1000001 0 1001101 1001001 101 101100101 1011000 111010

Color Harmonies of #F23841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23841

Black with #F23841

Text Example


Text Example

White with #F23841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23841; }

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

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

background-color css

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

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

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

border-color css

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

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

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