Html Css Color HEX #F23C3E Alizarin

📋 copy color: '#F23C3E'

red 242 ◦ green 60 ◦ blue 62

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

Shades of Alizarin #F23C3E

Tints of Alizarin #F23C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 66.48%
G = 16.48%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23C3E (or 0xF23C3E) is known color: Alizarin. HEX triplet: F2, 3C and 3E. RGB value is (242,60,62). Sum of RGB (Red+Green+Blue) = 242+60+62=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C3E is #0DC3C1. Grayscale: #727272. Windows color (decimal): -902082 or 4078834. OLE color: 4078834.

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

Color convert

RGB 242 60 62 -
CMYK 0 0.75 0.74 0.05
HSL 359.34º 0.88% 0.59% -
HSV(B) 359.34º 0.75% 0.95% -
XYZ 39.1 22.46 6.83 -
YUV 114.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 242 60 62 0 0.75 0.74 0.05 359.34 0.88 0.59
Hex F2 3C 3E 0 4B 4A 5 167 58 3B
Octal 362 74 76 0 113 112 5 547 130 73
Binary 11110010 111100 111110 0 1001011 1001010 101 101100111 1011000 111011

Color Harmonies of #F23C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C3E

Black with #F23C3E

Text Example


Text Example

White with #F23C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C3E; }

 p { color: rgb(242,60,62); }

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

background-color css

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

 a { background-color: rgb(242,60,62); }

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

border-color css

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

 span { border-color: rgb(242,60,62); }

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