Html Css Color HEX #F23340 Alizarin

📋 copy color: '#F23340'

red 242 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #F23340

Tints of Alizarin #F23340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 67.79%
G = 14.29%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23340 (or 0xF23340) is known color: Alizarin. HEX triplet: F2, 33 and 40. RGB value is (242,51,64). Sum of RGB (Red+Green+Blue) = 242+51+64=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23340 is #0DCCBF. Grayscale: #6D6D6D. Windows color (decimal): -904384 or 4207602. OLE color: 4207602.

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

Color convert

RGB 242 51 64 -
CMYK 0 0.79 0.74 0.05
HSL 355.92º 0.88% 0.57% -
HSV(B) 355.92º 0.79% 0.95% -
XYZ 38.73 21.62 6.98 -
YUV 109.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 242 51 64 0 0.79 0.74 0.05 355.92 0.88 0.57
Hex F2 33 40 0 4F 4A 5 164 58 39
Octal 362 63 100 0 117 112 5 544 130 71
Binary 11110010 110011 1000000 0 1001111 1001010 101 101100100 1011000 111001

Color Harmonies of #F23340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23340

Black with #F23340

Text Example


Text Example

White with #F23340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23340; }

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

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

background-color css

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

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

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

border-color css

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

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

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