Html Css Color HEX #D61A44 Crimson

📋 copy color: '#D61A44'

red 214 ◦ green 26 ◦ blue 68

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

Shades of Crimson #D61A44

Tints of Crimson #D61A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 69.48%
G = 8.44%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61A44 (or 0xD61A44) is known color: Crimson. HEX triplet: D6, 1A and 44. RGB value is (214,26,68). Sum of RGB (Red+Green+Blue) = 214+26+68=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A44 is #29E5BB. Grayscale: #575757. Windows color (decimal): -2745788 or 4463318. OLE color: 4463318.

HSL color Cylindrical-coordinate representation of color #D61A44: hue angle of 346.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A44 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 68 -
CMYK 0 0.88 0.68 0.16
HSL 346.6º 0.78% 0.47% -
HSV(B) 346.6º 0.88% 0.84% -
XYZ 29.14 15.45 6.92 -
YUV 87 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 214 26 68 0 0.88 0.68 0.16 346.6 0.78 0.47
Hex D6 1A 44 0 58 44 10 15B 4E 2F
Octal 326 32 104 0 130 104 20 533 116 57
Binary 11010110 11010 1000100 0 1011000 1000100 10000 101011011 1001110 101111

Color Harmonies of #D61A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A44

Black with #D61A44

Text Example


Text Example

White with #D61A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A44; }

 p { color: rgb(214,26,68); }

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

background-color css

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

 a { background-color: rgb(214,26,68); }

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

border-color css

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

 span { border-color: rgb(214,26,68); }

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