Html Css Color HEX #F23035 Alizarin

📋 copy color: '#F23035'

red 242 ◦ green 48 ◦ blue 53

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

Shades of Alizarin #F23035

Tints of Alizarin #F23035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 70.55%
G = 13.99%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23035 (or 0xF23035) is known color: Alizarin. HEX triplet: F2, 30 and 35. RGB value is (242,48,53). Sum of RGB (Red+Green+Blue) = 242+48+53=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F23035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23035 is #0DCFCA. Grayscale: #6A6A6A. Windows color (decimal): -905163 or 3485938. OLE color: 3485938.

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

Color convert

RGB 242 48 53 -
CMYK 0 0.80 0.78 0.05
HSL 358.45º 0.88% 0.57% -
HSV(B) 358.45º 0.8% 0.95% -
XYZ 38.32 21.25 5.45 -
YUV 106.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 242 48 53 0 0.80 0.78 0.05 358.45 0.88 0.57
Hex F2 30 35 0 50 4E 5 166 58 39
Octal 362 60 65 0 120 116 5 546 130 71
Binary 11110010 110000 110101 0 1010000 1001110 101 101100110 1011000 111001

Color Harmonies of #F23035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23035

Black with #F23035

Text Example


Text Example

White with #F23035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23035; }

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

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

background-color css

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

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

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

border-color css

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

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

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