Html Css Color HEX #FF3038 Alizarin

📋 copy color: '#FF3038'

red 255 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #FF3038

Tints of Alizarin #FF3038

RGB

 RED value IS 255 (100% from 255) = 71.03%

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

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

R = 71.03%
G = 13.37%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3038 (or 0xFF3038) is known color: Alizarin. HEX triplet: FF, 30 and 38. RGB value is (255,48,56). Sum of RGB (Red+Green+Blue) = 255+48+56=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3038 is #00CFC7. Grayscale: #6E6E6E. Windows color (decimal): -53192 or 3682559. OLE color: 3682559.

HSL color Cylindrical-coordinate representation of color #FF3038: hue angle of 357.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3038 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 56 -
CMYK 0 0.81 0.78 0
HSL 357.68º 1% 0.59% -
HSV(B) 357.68º 0.81% 1% -
XYZ 43.01 23.66 6.04 -
YUV 110.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 255 48 56 0 0.81 0.78 0 357.68 1 0.59
Hex FF 30 38 0 51 4E 0 166 64 3B
Octal 377 60 70 0 121 116 0 546 144 73
Binary 11111111 110000 111000 0 1010001 1001110 0 101100110 1100100 111011

Color Harmonies of #FF3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3038

Black with #FF3038

Text Example


Text Example

White with #FF3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3038; }

 p { color: rgb(255,48,56); }

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

background-color css

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

 a { background-color: rgb(255,48,56); }

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

border-color css

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

 span { border-color: rgb(255,48,56); }

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