Html Css Color HEX #D61934 Crimson

📋 copy color: '#D61934'

red 214 ◦ green 25 ◦ blue 52

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

Shades of Crimson #D61934

Tints of Crimson #D61934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 73.54%
G = 8.59%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61934 (or 0xD61934) is known color: Crimson. HEX triplet: D6, 19 and 34. RGB value is (214,25,52). Sum of RGB (Red+Green+Blue) = 214+25+52=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D61934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61934 is #29E6CB. Grayscale: #545454. Windows color (decimal): -2746060 or 3414486. OLE color: 3414486.

HSL color Cylindrical-coordinate representation of color #D61934: hue angle of 351.43º degrees, saturation: 0.79, 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 #D61934 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 52 -
CMYK 0 0.88 0.76 0.16
HSL 351.43º 0.79% 0.47% -
HSV(B) 351.43º 0.88% 0.84% -
XYZ 28.7 15.24 4.68 -
YUV 84.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 214 25 52 0 0.88 0.76 0.16 351.43 0.79 0.47
Hex D6 19 34 0 58 4C 10 15F 4F 2F
Octal 326 31 64 0 130 114 20 537 117 57
Binary 11010110 11001 110100 0 1011000 1001100 10000 101011111 1001111 101111

Color Harmonies of #D61934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61934

Black with #D61934

Text Example


Text Example

White with #D61934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61934; }

 p { color: rgb(214,25,52); }

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

background-color css

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

 a { background-color: rgb(214,25,52); }

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

border-color css

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

 span { border-color: rgb(214,25,52); }

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