Html Css Color HEX #D0183A Crimson

📋 copy color: '#D0183A'

red 208 ◦ green 24 ◦ blue 58

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

Shades of Crimson #D0183A

Tints of Crimson #D0183A

RGB

 RED value IS 208 (81.64% from 255) = 71.72%

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 71.72%
G = 8.28%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0183A (or 0xD0183A) is known color: Crimson. HEX triplet: D0, 18 and 3A. RGB value is (208,24,58). Sum of RGB (Red+Green+Blue) = 208+24+58=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0183A is #2FE7C5. Grayscale: #525252. Windows color (decimal): -3139526 or 3807440. OLE color: 3807440.

HSL color Cylindrical-coordinate representation of color #D0183A: hue angle of 348.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0183A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 58 -
CMYK 0 0.88 0.72 0.18
HSL 348.91º 0.79% 0.45% -
HSV(B) 348.91º 0.88% 0.82% -
XYZ 27.1 14.37 5.35 -
YUV 82.89 113.96 217.24 -
System Red Green Blue C M Y K H S L
Decimal 208 24 58 0 0.88 0.72 0.18 348.91 0.79 0.45
Hex D0 18 3A 0 58 48 12 15D 4F 2D
Octal 320 30 72 0 130 110 22 535 117 55
Binary 11010000 11000 111010 0 1011000 1001000 10010 101011101 1001111 101101

Color Harmonies of #D0183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0183A

Black with #D0183A

Text Example


Text Example

White with #D0183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0183A; }

 p { color: rgb(208,24,58); }

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

background-color css

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

 a { background-color: rgb(208,24,58); }

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

border-color css

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

 span { border-color: rgb(208,24,58); }

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