Html Css Color HEX #FF3338 Alizarin

📋 copy color: '#FF3338'

red 255 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #FF3338

Tints of Alizarin #FF3338

RGB

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

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

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

R = 70.44%
G = 14.09%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3338 (or 0xFF3338) is known color: Alizarin. HEX triplet: FF, 33 and 38. RGB value is (255,51,56). Sum of RGB (Red+Green+Blue) = 255+51+56=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3338 is #00CCC7. Grayscale: #707070. Windows color (decimal): -52424 or 3683327. OLE color: 3683327.

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

Color convert

RGB 255 51 56 -
CMYK 0 0.8 0.78 0
HSL 358.53º 1% 0.6% -
HSV(B) 358.53º 0.8% 1% -
XYZ 43.14 23.91 6.08 -
YUV 112.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 255 51 56 0 0.8 0.78 0 358.53 1 0.6
Hex FF 33 38 0 50 4E 0 167 64 3C
Octal 377 63 70 0 120 116 0 547 144 74
Binary 11111111 110011 111000 0 1010000 1001110 0 101100111 1100100 111100

Color Harmonies of #FF3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3338

Black with #FF3338

Text Example


Text Example

White with #FF3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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