Html Css Color HEX #D7032D Crimson

📋 copy color: '#D7032D'

red 215 ◦ green 3 ◦ blue 45

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

Shades of Crimson #D7032D

Tints of Crimson #D7032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 81.75%
G = 1.14%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7032D (or 0xD7032D) is known color: Crimson. HEX triplet: D7, 03 and 2D. RGB value is (215,3,45). Sum of RGB (Red+Green+Blue) = 215+3+45=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D7032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7032D is #28FCD2. Grayscale: #474747. Windows color (decimal): -2686163 or 2950103. OLE color: 2950103.

HSL color Cylindrical-coordinate representation of color #D7032D: hue angle of 348.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7032D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 45 -
CMYK 0 0.99 0.79 0.16
HSL 348.11º 0.97% 0.43% -
HSV(B) 348.11º 0.99% 0.84% -
XYZ 28.53 14.7 3.82 -
YUV 71.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 215 3 45 0 0.99 0.79 0.16 348.11 0.97 0.43
Hex D7 3 2D 0 63 4F 10 15C 61 2B
Octal 327 3 55 0 143 117 20 534 141 53
Binary 11010111 11 101101 0 1100011 1001111 10000 101011100 1100001 101011

Color Harmonies of #D7032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7032D

Black with #D7032D

Text Example


Text Example

White with #D7032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7032D; }

 p { color: rgb(215,3,45); }

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

background-color css

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

 a { background-color: rgb(215,3,45); }

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

border-color css

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

 span { border-color: rgb(215,3,45); }

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