Html Css Color HEX #D0183E Crimson

📋 copy color: '#D0183E'

red 208 ◦ green 24 ◦ blue 62

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

Shades of Crimson #D0183E

Tints of Crimson #D0183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 70.75%
G = 8.16%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0183E (or 0xD0183E) is known color: Crimson. HEX triplet: D0, 18 and 3E. RGB value is (208,24,62). Sum of RGB (Red+Green+Blue) = 208+24+62=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D0183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0183E is #2FE7C1. Grayscale: #535353. Windows color (decimal): -3139522 or 4069584. OLE color: 4069584.

HSL color Cylindrical-coordinate representation of color #D0183E: hue angle of 347.61º 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 #D0183E is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 62 -
CMYK 0 0.88 0.70 0.18
HSL 347.61º 0.79% 0.45% -
HSV(B) 347.61º 0.88% 0.82% -
XYZ 27.21 14.41 5.9 -
YUV 83.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 208 24 62 0 0.88 0.70 0.18 347.61 0.79 0.45
Hex D0 18 3E 0 58 46 12 15C 4F 2D
Octal 320 30 76 0 130 106 22 534 117 55
Binary 11010000 11000 111110 0 1011000 1000110 10010 101011100 1001111 101101

Color Harmonies of #D0183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0183E

Black with #D0183E

Text Example


Text Example

White with #D0183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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