Html Css Color HEX #D61D41 Crimson

📋 copy color: '#D61D41'

red 214 ◦ green 29 ◦ blue 65

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

Shades of Crimson #D61D41

Tints of Crimson #D61D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 69.48%
G = 9.42%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61D41 (or 0xD61D41) is known color: Crimson. HEX triplet: D6, 1D and 41. RGB value is (214,29,65). Sum of RGB (Red+Green+Blue) = 214+29+65=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D41 is #29E2BE. Grayscale: #585858. Windows color (decimal): -2745023 or 4267478. OLE color: 4267478.

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

Color convert

RGB 214 29 65 -
CMYK 0 0.86 0.70 0.16
HSL 348.32º 0.76% 0.48% -
HSV(B) 348.32º 0.86% 0.84% -
XYZ 29.13 15.56 6.47 -
YUV 88.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 214 29 65 0 0.86 0.70 0.16 348.32 0.76 0.48
Hex D6 1D 41 0 56 46 10 15C 4C 30
Octal 326 35 101 0 126 106 20 534 114 60
Binary 11010110 11101 1000001 0 1010110 1000110 10000 101011100 1001100 110000

Color Harmonies of #D61D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D41

Black with #D61D41

Text Example


Text Example

White with #D61D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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