Html Css Color HEX #F23335 Alizarin

📋 copy color: '#F23335'

red 242 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #F23335

Tints of Alizarin #F23335

RGB

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

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

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

R = 69.94%
G = 14.74%
B = 15.32%

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

#F23335 (or 0xF23335) is known color: Alizarin. HEX triplet: F2, 33 and 35. RGB value is (242,51,53). Sum of RGB (Red+Green+Blue) = 242+51+53=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23335 is #0DCCCA. Grayscale: #6C6C6C. Windows color (decimal): -904395 or 3486706. OLE color: 3486706.

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

Color convert

RGB 242 51 53 -
CMYK 0 0.79 0.78 0.05
HSL 359.37º 0.88% 0.57% -
HSV(B) 359.37º 0.79% 0.95% -
XYZ 38.44 21.5 5.49 -
YUV 108.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 242 51 53 0 0.79 0.78 0.05 359.37 0.88 0.57
Hex F2 33 35 0 4F 4E 5 167 58 39
Octal 362 63 65 0 117 116 5 547 130 71
Binary 11110010 110011 110101 0 1001111 1001110 101 101100111 1011000 111001

Color Harmonies of #F23335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23335

Black with #F23335

Text Example


Text Example

White with #F23335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23335; }

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

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

background-color css

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

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

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

border-color css

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

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

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