Html Css Color HEX #F23D41 Alizarin

📋 copy color: '#F23D41'

red 242 ◦ green 61 ◦ blue 65

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

Shades of Alizarin #F23D41

Tints of Alizarin #F23D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 65.76%
G = 16.58%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23D41 (or 0xF23D41) is known color: Alizarin. HEX triplet: F2, 3D and 41. RGB value is (242,61,65). Sum of RGB (Red+Green+Blue) = 242+61+65=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D41 is #0DC2BE. Grayscale: #737373. Windows color (decimal): -901823 or 4275698. OLE color: 4275698.

HSL color Cylindrical-coordinate representation of color #F23D41: hue angle of 358.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 61 65 -
CMYK 0 0.75 0.73 0.05
HSL 358.67º 0.87% 0.59% -
HSV(B) 358.67º 0.75% 0.95% -
XYZ 39.24 22.6 7.29 -
YUV 115.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 242 61 65 0 0.75 0.73 0.05 358.67 0.87 0.59
Hex F2 3D 41 0 4B 49 5 167 57 3B
Octal 362 75 101 0 113 111 5 547 127 73
Binary 11110010 111101 1000001 0 1001011 1001001 101 101100111 1010111 111011

Color Harmonies of #F23D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D41

Black with #F23D41

Text Example


Text Example

White with #F23D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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