Html Css Color HEX #D6032D Crimson

📋 copy color: '#D6032D'

red 214 ◦ green 3 ◦ blue 45

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

Shades of Crimson #D6032D

Tints of Crimson #D6032D

RGB

 RED value IS 214 (83.98% from 255) = 81.68%

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

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

R = 81.68%
G = 1.15%
B = 17.18%

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

#D6032D (or 0xD6032D) is known color: Crimson. HEX triplet: D6, 03 and 2D. RGB value is (214,3,45). Sum of RGB (Red+Green+Blue) = 214+3+45=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6032D is #29FCD2. Grayscale: #464646. Windows color (decimal): -2751699 or 2950102. OLE color: 2950102.

HSL color Cylindrical-coordinate representation of color #D6032D: hue angle of 348.06º 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 #D6032D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 45 -
CMYK 0 0.99 0.79 0.16
HSL 348.06º 0.97% 0.43% -
HSV(B) 348.06º 0.99% 0.84% -
XYZ 28.24 14.55 3.8 -
YUV 70.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 214 3 45 0 0.99 0.79 0.16 348.06 0.97 0.43
Hex D6 3 2D 0 63 4F 10 15C 61 2B
Octal 326 3 55 0 143 117 20 534 141 53
Binary 11010110 11 101101 0 1100011 1001111 10000 101011100 1100001 101011

Color Harmonies of #D6032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6032D

Black with #D6032D

Text Example


Text Example

White with #D6032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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