Html Css Color HEX #D61D43 Crimson

📋 copy color: '#D61D43'

red 214 ◦ green 29 ◦ blue 67

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

Shades of Crimson #D61D43

Tints of Crimson #D61D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 69.03%
G = 9.35%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61D43 (or 0xD61D43) is known color: Crimson. HEX triplet: D6, 1D and 43. RGB value is (214,29,67). Sum of RGB (Red+Green+Blue) = 214+29+67=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D43 is #29E2BC. Grayscale: #585858. Windows color (decimal): -2745021 or 4398550. OLE color: 4398550.

HSL color Cylindrical-coordinate representation of color #D61D43: hue angle of 347.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D43 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 67 -
CMYK 0 0.86 0.69 0.16
HSL 347.68º 0.76% 0.48% -
HSV(B) 347.68º 0.86% 0.84% -
XYZ 29.18 15.58 6.78 -
YUV 88.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 214 29 67 0 0.86 0.69 0.16 347.68 0.76 0.48
Hex D6 1D 43 0 56 45 10 15C 4C 30
Octal 326 35 103 0 126 105 20 534 114 60
Binary 11010110 11101 1000011 0 1010110 1000101 10000 101011100 1001100 110000

Color Harmonies of #D61D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D43

Black with #D61D43

Text Example


Text Example

White with #D61D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D43; }

 p { color: rgb(214,29,67); }

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

background-color css

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

 a { background-color: rgb(214,29,67); }

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

border-color css

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

 span { border-color: rgb(214,29,67); }

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