Html Css Color HEX #D7233A Alizarin

📋 copy color: '#D7233A'

red 215 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #D7233A

Tints of Alizarin #D7233A

RGB

 RED value IS 215 (84.38% from 255) = 69.81%

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 69.81%
G = 11.36%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7233A (or 0xD7233A) is known color: Alizarin. HEX triplet: D7, 23 and 3A. RGB value is (215,35,58). Sum of RGB (Red+Green+Blue) = 215+35+58=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7233A is #28DCC5. Grayscale: #5B5B5B. Windows color (decimal): -2677958 or 3810263. OLE color: 3810263.

HSL color Cylindrical-coordinate representation of color #D7233A: hue angle of 352.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7233A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 35 58 -
CMYK 0 0.84 0.73 0.16
HSL 352.33º 0.72% 0.49% -
HSV(B) 352.33º 0.84% 0.84% -
XYZ 29.39 15.95 5.53 -
YUV 91.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 215 35 58 0 0.84 0.73 0.16 352.33 0.72 0.49
Hex D7 23 3A 0 54 49 10 160 48 31
Octal 327 43 72 0 124 111 20 540 110 61
Binary 11010111 100011 111010 0 1010100 1001001 10000 101100000 1001000 110001

Color Harmonies of #D7233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7233A

Black with #D7233A

Text Example


Text Example

White with #D7233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7233A; }

 p { color: rgb(215,35,58); }

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

background-color css

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

 a { background-color: rgb(215,35,58); }

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

border-color css

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

 span { border-color: rgb(215,35,58); }

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