Html Css Color HEX #D6063D Crimson

📋 copy color: '#D6063D'

red 214 ◦ green 6 ◦ blue 61

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

Shades of Crimson #D6063D

Tints of Crimson #D6063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 76.16%
G = 2.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6063D (or 0xD6063D) is known color: Crimson. HEX triplet: D6, 06 and 3D. RGB value is (214,6,61). Sum of RGB (Red+Green+Blue) = 214+6+61=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6063D is #29F9C2. Grayscale: #4A4A4A. Windows color (decimal): -2750915 or 3999446. OLE color: 3999446.

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

Color convert

RGB 214 6 61 -
CMYK 0 0.97 0.71 0.16
HSL 344.13º 0.95% 0.43% -
HSV(B) 344.13º 0.97% 0.84% -
XYZ 28.64 14.76 5.76 -
YUV 74.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 214 6 61 0 0.97 0.71 0.16 344.13 0.95 0.43
Hex D6 6 3D 0 61 47 10 158 5F 2B
Octal 326 6 75 0 141 107 20 530 137 53
Binary 11010110 110 111101 0 1100001 1000111 10000 101011000 1011111 101011

Color Harmonies of #D6063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6063D

Black with #D6063D

Text Example


Text Example

White with #D6063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6063D; }

 p { color: rgb(214,6,61); }

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

background-color css

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

 a { background-color: rgb(214,6,61); }

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

border-color css

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

 span { border-color: rgb(214,6,61); }

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