Html Css Color HEX #D61534 Crimson

📋 copy color: '#D61534'

red 214 ◦ green 21 ◦ blue 52

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

Shades of Crimson #D61534

Tints of Crimson #D61534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 74.56%
G = 7.32%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61534 (or 0xD61534) is known color: Crimson. HEX triplet: D6, 15 and 34. RGB value is (214,21,52). Sum of RGB (Red+Green+Blue) = 214+21+52=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D61534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61534 is #29EACB. Grayscale: #525252. Windows color (decimal): -2747084 or 3413462. OLE color: 3413462.

HSL color Cylindrical-coordinate representation of color #D61534: hue angle of 350.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61534 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 52 -
CMYK 0 0.90 0.76 0.16
HSL 350.36º 0.82% 0.46% -
HSV(B) 350.36º 0.9% 0.84% -
XYZ 28.62 15.08 4.65 -
YUV 82.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 214 21 52 0 0.90 0.76 0.16 350.36 0.82 0.46
Hex D6 15 34 0 5A 4C 10 15E 52 2E
Octal 326 25 64 0 132 114 20 536 122 56
Binary 11010110 10101 110100 0 1011010 1001100 10000 101011110 1010010 101110

Color Harmonies of #D61534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61534

Black with #D61534

Text Example


Text Example

White with #D61534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61534; }

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

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

background-color css

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

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

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

border-color css

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

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

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