Html Css Color HEX #D7262B Alizarin

📋 copy color: '#D7262B'

red 215 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #D7262B

Tints of Alizarin #D7262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 72.64%
G = 12.84%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7262B (or 0xD7262B) is known color: Alizarin. HEX triplet: D7, 26 and 2B. RGB value is (215,38,43). Sum of RGB (Red+Green+Blue) = 215+38+43=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7262B is #28D9D4. Grayscale: #5B5B5B. Windows color (decimal): -2677205 or 2827991. OLE color: 2827991.

HSL color Cylindrical-coordinate representation of color #D7262B: hue angle of 358.31º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7262B is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 43 -
CMYK 0 0.82 0.8 0.16
HSL 358.31º 0.7% 0.5% -
HSV(B) 358.31º 0.82% 0.84% -
XYZ 29.15 16.01 3.84 -
YUV 91.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 215 38 43 0 0.82 0.8 0.16 358.31 0.7 0.5
Hex D7 26 2B 0 52 50 10 166 46 32
Octal 327 46 53 0 122 120 20 546 106 62
Binary 11010111 100110 101011 0 1010010 1010000 10000 101100110 1000110 110010

Color Harmonies of #D7262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7262B

Black with #D7262B

Text Example


Text Example

White with #D7262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7262B; }

 p { color: rgb(215,38,43); }

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

background-color css

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

 a { background-color: rgb(215,38,43); }

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

border-color css

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

 span { border-color: rgb(215,38,43); }

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