Html Css Color HEX #F23438 Alizarin

📋 copy color: '#F23438'

red 242 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #F23438

Tints of Alizarin #F23438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 69.14%
G = 14.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23438 (or 0xF23438) is known color: Alizarin. HEX triplet: F2, 34 and 38. RGB value is (242,52,56). Sum of RGB (Red+Green+Blue) = 242+52+56=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F23438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23438 is #0DCBC7. Grayscale: #6D6D6D. Windows color (decimal): -904136 or 3683570. OLE color: 3683570.

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

Color convert

RGB 242 52 56 -
CMYK 0 0.79 0.77 0.05
HSL 358.74º 0.88% 0.58% -
HSV(B) 358.74º 0.79% 0.95% -
XYZ 38.56 21.62 5.88 -
YUV 109.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 242 52 56 0 0.79 0.77 0.05 358.74 0.88 0.58
Hex F2 34 38 0 4F 4D 5 167 58 3A
Octal 362 64 70 0 117 115 5 547 130 72
Binary 11110010 110100 111000 0 1001111 1001101 101 101100111 1011000 111010

Color Harmonies of #F23438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23438

Black with #F23438

Text Example


Text Example

White with #F23438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23438; }

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

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

background-color css

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

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

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

border-color css

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

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

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