Html Css Color HEX #F23339 Alizarin

📋 copy color: '#F23339'

red 242 ◦ green 51 ◦ blue 57

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

Shades of Alizarin #F23339

Tints of Alizarin #F23339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 69.14%
G = 14.57%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F23339 (or 0xF23339) is known color: Alizarin. HEX triplet: F2, 33 and 39. RGB value is (242,51,57). Sum of RGB (Red+Green+Blue) = 242+51+57=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F23339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23339 is #0DCCC6. Grayscale: #6C6C6C. Windows color (decimal): -904391 or 3748850. OLE color: 3748850.

HSL color Cylindrical-coordinate representation of color #F23339: hue angle of 358.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23339 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 57 -
CMYK 0 0.79 0.76 0.05
HSL 358.12º 0.88% 0.57% -
HSV(B) 358.12º 0.79% 0.95% -
XYZ 38.54 21.54 6 -
YUV 108.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 242 51 57 0 0.79 0.76 0.05 358.12 0.88 0.57
Hex F2 33 39 0 4F 4C 5 166 58 39
Octal 362 63 71 0 117 114 5 546 130 71
Binary 11110010 110011 111001 0 1001111 1001100 101 101100110 1011000 111001

Color Harmonies of #F23339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23339

Black with #F23339

Text Example


Text Example

White with #F23339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23339; }

 p { color: rgb(242,51,57); }

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

background-color css

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

 a { background-color: rgb(242,51,57); }

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

border-color css

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

 span { border-color: rgb(242,51,57); }

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