Html Css Color HEX #D6032C Crimson

📋 copy color: '#D6032C'

red 214 ◦ green 3 ◦ blue 44

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

Shades of Crimson #D6032C

Tints of Crimson #D6032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 81.99%
G = 1.15%
B = 16.86%

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

#D6032C (or 0xD6032C) is known color: Crimson. HEX triplet: D6, 03 and 2C. RGB value is (214,3,44). Sum of RGB (Red+Green+Blue) = 214+3+44=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D6032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6032C is #29FCD3. Grayscale: #464646. Windows color (decimal): -2751700 or 2884566. OLE color: 2884566.

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

Color convert

RGB 214 3 44 -
CMYK 0 0.99 0.79 0.16
HSL 348.34º 0.97% 0.43% -
HSV(B) 348.34º 0.99% 0.84% -
XYZ 28.22 14.54 3.7 -
YUV 70.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 214 3 44 0 0.99 0.79 0.16 348.34 0.97 0.43
Hex D6 3 2C 0 63 4F 10 15C 61 2B
Octal 326 3 54 0 143 117 20 534 141 53
Binary 11010110 11 101100 0 1100011 1001111 10000 101011100 1100001 101011

Color Harmonies of #D6032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6032C

Black with #D6032C

Text Example


Text Example

White with #D6032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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