Html Css Color HEX #D61042 Crimson

📋 copy color: '#D61042'

red 214 ◦ green 16 ◦ blue 66

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

Shades of Crimson #D61042

Tints of Crimson #D61042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 72.3%
G = 5.41%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61042 (or 0xD61042) is known color: Crimson. HEX triplet: D6, 10 and 42. RGB value is (214,16,66). Sum of RGB (Red+Green+Blue) = 214+16+66=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D61042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61042 is #29EFBD. Grayscale: #505050. Windows color (decimal): -2748350 or 4329686. OLE color: 4329686.

HSL color Cylindrical-coordinate representation of color #D61042: hue angle of 344.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61042 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 66 -
CMYK 0 0.93 0.69 0.16
HSL 344.85º 0.86% 0.45% -
HSV(B) 344.85º 0.93% 0.84% -
XYZ 28.9 15.06 6.54 -
YUV 80.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 214 16 66 0 0.93 0.69 0.16 344.85 0.86 0.45
Hex D6 10 42 0 5D 45 10 159 56 2D
Octal 326 20 102 0 135 105 20 531 126 55
Binary 11010110 10000 1000010 0 1011101 1000101 10000 101011001 1010110 101101

Color Harmonies of #D61042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61042

Black with #D61042

Text Example


Text Example

White with #D61042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61042; }

 p { color: rgb(214,16,66); }

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

background-color css

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

 a { background-color: rgb(214,16,66); }

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

border-color css

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

 span { border-color: rgb(214,16,66); }

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