Html Css Color HEX #F5383E Alizarin

📋 copy color: '#F5383E'

red 245 ◦ green 56 ◦ blue 62

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

Shades of Alizarin #F5383E

Tints of Alizarin #F5383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 67.49%
G = 15.43%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5383E (or 0xF5383E) is known color: Alizarin. HEX triplet: F5, 38 and 3E. RGB value is (245,56,62). Sum of RGB (Red+Green+Blue) = 245+56+62=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5383E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5383E is #0AC7C1. Grayscale: #717171. Windows color (decimal): -706498 or 4077813. OLE color: 4077813.

HSL color Cylindrical-coordinate representation of color #F5383E: hue angle of 358.1º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5383E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 62 -
CMYK 0 0.77 0.75 0.04
HSL 358.1º 0.9% 0.59% -
HSV(B) 358.1º 0.77% 0.96% -
XYZ 39.94 22.59 6.81 -
YUV 113.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 245 56 62 0 0.77 0.75 0.04 358.1 0.9 0.59
Hex F5 38 3E 0 4D 4B 4 166 5A 3B
Octal 365 70 76 0 115 113 4 546 132 73
Binary 11110101 111000 111110 0 1001101 1001011 100 101100110 1011010 111011

Color Harmonies of #F5383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5383E

Black with #F5383E

Text Example


Text Example

White with #F5383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5383E; }

 p { color: rgb(245,56,62); }

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

background-color css

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

 a { background-color: rgb(245,56,62); }

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

border-color css

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

 span { border-color: rgb(245,56,62); }

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