Html Css Color HEX #D6183C Crimson

📋 copy color: '#D6183C'

red 214 ◦ green 24 ◦ blue 60

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

Shades of Crimson #D6183C

Tints of Crimson #D6183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 71.81%
G = 8.05%
B = 20.13%

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

#D6183C (or 0xD6183C) is known color: Crimson. HEX triplet: D6, 18 and 3C. RGB value is (214,24,60). Sum of RGB (Red+Green+Blue) = 214+24+60=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6183C is #29E7C3. Grayscale: #545454. Windows color (decimal): -2746308 or 3938518. OLE color: 3938518.

HSL color Cylindrical-coordinate representation of color #D6183C: hue angle of 348.63º 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 #D6183C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 60 -
CMYK 0 0.89 0.72 0.16
HSL 348.63º 0.8% 0.47% -
HSV(B) 348.63º 0.89% 0.84% -
XYZ 28.87 15.28 5.7 -
YUV 84.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 214 24 60 0 0.89 0.72 0.16 348.63 0.8 0.47
Hex D6 18 3C 0 59 48 10 15D 50 2F
Octal 326 30 74 0 131 110 20 535 120 57
Binary 11010110 11000 111100 0 1011001 1001000 10000 101011101 1010000 101111

Color Harmonies of #D6183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6183C

Black with #D6183C

Text Example


Text Example

White with #D6183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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