Html Css Color HEX #D6003D Crimson

📋 copy color: '#D6003D'

red 214 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D6003D

Tints of Crimson #D6003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.82%
G = 0%
B = 22.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6003D (or 0xD6003D) is known color: Crimson. HEX triplet: D6, 00 and 3D. RGB value is (214,0,61). Sum of RGB (Red+Green+Blue) = 214+0+61=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6003D is #29FFC2. Grayscale: #464646. Windows color (decimal): -2752451 or 3997910. OLE color: 3997910.

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

Color convert

RGB 214 0 61 -
CMYK 0 1 0.71 0.16
HSL 342.9º 1% 0.42% -
HSV(B) 342.9º 1% 0.84% -
XYZ 28.57 14.63 5.73 -
YUV 70.94 122.4 230.04 -
System Red Green Blue C M Y K H S L
Decimal 214 0 61 0 1 0.71 0.16 342.9 1 0.42
Hex D6 0 3D 0 64 47 10 157 64 2A
Octal 326 0 75 0 144 107 20 527 144 52
Binary 11010110 0 111101 0 1100100 1000111 10000 101010111 1100100 101010

Color Harmonies of #D6003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6003D

Black with #D6003D

Text Example


Text Example

White with #D6003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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