Html Css Color HEX #F23338 Alizarin

📋 copy color: '#F23338'

red 242 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #F23338

Tints of Alizarin #F23338

RGB

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

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

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

R = 69.34%
G = 14.61%
B = 16.05%

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

#F23338 (or 0xF23338) is known color: Alizarin. HEX triplet: F2, 33 and 38. RGB value is (242,51,56). Sum of RGB (Red+Green+Blue) = 242+51+56=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F23338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23338 is #0DCCC7. Grayscale: #6C6C6C. Windows color (decimal): -904392 or 3683314. OLE color: 3683314.

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

Color convert

RGB 242 51 56 -
CMYK 0 0.79 0.77 0.05
HSL 358.43º 0.88% 0.57% -
HSV(B) 358.43º 0.79% 0.95% -
XYZ 38.52 21.53 5.87 -
YUV 108.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 242 51 56 0 0.79 0.77 0.05 358.43 0.88 0.57
Hex F2 33 38 0 4F 4D 5 166 58 39
Octal 362 63 70 0 117 115 5 546 130 71
Binary 11110010 110011 111000 0 1001111 1001101 101 101100110 1011000 111001

Color Harmonies of #F23338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23338

Black with #F23338

Text Example


Text Example

White with #F23338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23338; }

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

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

background-color css

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

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

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

border-color css

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

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

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