Html Css Color HEX #F23435 Alizarin

📋 copy color: '#F23435'

red 242 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #F23435

Tints of Alizarin #F23435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 69.74%
G = 14.99%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23435 (or 0xF23435) is known color: Alizarin. HEX triplet: F2, 34 and 35. RGB value is (242,52,53). Sum of RGB (Red+Green+Blue) = 242+52+53=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23435 is #0DCBCA. Grayscale: #6D6D6D. Windows color (decimal): -904139 or 3486962. OLE color: 3486962.

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

Color convert

RGB 242 52 53 -
CMYK 0 0.79 0.78 0.05
HSL 359.68º 0.88% 0.58% -
HSV(B) 359.68º 0.79% 0.95% -
XYZ 38.49 21.59 5.51 -
YUV 108.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 242 52 53 0 0.79 0.78 0.05 359.68 0.88 0.58
Hex F2 34 35 0 4F 4E 5 168 58 3A
Octal 362 64 65 0 117 116 5 550 130 72
Binary 11110010 110100 110101 0 1001111 1001110 101 101101000 1011000 111010

Color Harmonies of #F23435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23435

Black with #F23435

Text Example


Text Example

White with #F23435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23435; }

 p { color: rgb(242,52,53); }

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

background-color css

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

 a { background-color: rgb(242,52,53); }

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

border-color css

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

 span { border-color: rgb(242,52,53); }

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