Html Css Color HEX #D6183B Crimson

📋 copy color: '#D6183B'

red 214 ◦ green 24 ◦ blue 59

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

Shades of Crimson #D6183B

Tints of Crimson #D6183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 72.05%
G = 8.08%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6183B (or 0xD6183B) is known color: Crimson. HEX triplet: D6, 18 and 3B. RGB value is (214,24,59). Sum of RGB (Red+Green+Blue) = 214+24+59=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6183B is #29E7C4. Grayscale: #545454. Windows color (decimal): -2746309 or 3872982. OLE color: 3872982.

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

Color convert

RGB 214 24 59 -
CMYK 0 0.89 0.72 0.16
HSL 348.95º 0.8% 0.47% -
HSV(B) 348.95º 0.89% 0.84% -
XYZ 28.85 15.27 5.56 -
YUV 84.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 214 24 59 0 0.89 0.72 0.16 348.95 0.8 0.47
Hex D6 18 3B 0 59 48 10 15D 50 2F
Octal 326 30 73 0 131 110 20 535 120 57
Binary 11010110 11000 111011 0 1011001 1001000 10000 101011101 1010000 101111

Color Harmonies of #D6183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6183B

Black with #D6183B

Text Example


Text Example

White with #D6183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6183B; }

 p { color: rgb(214,24,59); }

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

background-color css

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

 a { background-color: rgb(214,24,59); }

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

border-color css

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

 span { border-color: rgb(214,24,59); }

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