Html Css Color HEX #F52730 Alizarin

📋 copy color: '#F52730'

red 245 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #F52730

Tints of Alizarin #F52730

RGB

 RED value IS 245 (96.09% from 255) = 73.8%

 GREEN value IS 39 (15.63% from 255) = 11.75%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 73.8%
G = 11.75%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F52730 (or 0xF52730) is known color: Alizarin. HEX triplet: F5, 27 and 30. RGB value is (245,39,48). Sum of RGB (Red+Green+Blue) = 245+39+48=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F52730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52730 is #0AD8CF. Grayscale: #656565. Windows color (decimal): -710864 or 3155957. OLE color: 3155957.

HSL color Cylindrical-coordinate representation of color #F52730: hue angle of 357.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52730 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 39 48 -
CMYK 0 0.84 0.80 0.04
HSL 357.38º 0.91% 0.56% -
HSV(B) 357.38º 0.84% 0.96% -
XYZ 38.92 21.08 4.81 -
YUV 101.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 245 39 48 0 0.84 0.80 0.04 357.38 0.91 0.56
Hex F5 27 30 0 54 50 4 165 5B 38
Octal 365 47 60 0 124 120 4 545 133 70
Binary 11110101 100111 110000 0 1010100 1010000 100 101100101 1011011 111000

Color Harmonies of #F52730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52730

Black with #F52730

Text Example


Text Example

White with #F52730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52730; }

 p { color: rgb(245,39,48); }

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

background-color css

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

 a { background-color: rgb(245,39,48); }

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

border-color css

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

 span { border-color: rgb(245,39,48); }

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