Html Css Color HEX #D61C33 Crimson

📋 copy color: '#D61C33'

red 214 ◦ green 28 ◦ blue 51

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

Shades of Crimson #D61C33

Tints of Crimson #D61C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 73.04%
G = 9.56%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61C33 (or 0xD61C33) is known color: Crimson. HEX triplet: D6, 1C and 33. RGB value is (214,28,51). Sum of RGB (Red+Green+Blue) = 214+28+51=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C33 is #29E3CC. Grayscale: #565656. Windows color (decimal): -2745293 or 3349718. OLE color: 3349718.

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

Color convert

RGB 214 28 51 -
CMYK 0 0.87 0.76 0.16
HSL 352.58º 0.77% 0.47% -
HSV(B) 352.58º 0.87% 0.84% -
XYZ 28.74 15.37 4.58 -
YUV 86.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 214 28 51 0 0.87 0.76 0.16 352.58 0.77 0.47
Hex D6 1C 33 0 57 4C 10 161 4D 2F
Octal 326 34 63 0 127 114 20 541 115 57
Binary 11010110 11100 110011 0 1010111 1001100 10000 101100001 1001101 101111

Color Harmonies of #D61C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C33

Black with #D61C33

Text Example


Text Example

White with #D61C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C33; }

 p { color: rgb(214,28,51); }

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

background-color css

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

 a { background-color: rgb(214,28,51); }

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

border-color css

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

 span { border-color: rgb(214,28,51); }

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