Html Css Color HEX #D0183F Crimson

📋 copy color: '#D0183F'

red 208 ◦ green 24 ◦ blue 63

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

Shades of Crimson #D0183F

Tints of Crimson #D0183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 70.51%
G = 8.14%
B = 21.36%

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

#D0183F (or 0xD0183F) is known color: Crimson. HEX triplet: D0, 18 and 3F. RGB value is (208,24,63). Sum of RGB (Red+Green+Blue) = 208+24+63=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D0183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0183F is #2FE7C0. Grayscale: #535353. Windows color (decimal): -3139521 or 4135120. OLE color: 4135120.

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

Color convert

RGB 208 24 63 -
CMYK 0 0.88 0.70 0.18
HSL 347.28º 0.79% 0.45% -
HSV(B) 347.28º 0.88% 0.82% -
XYZ 27.24 14.42 6.05 -
YUV 83.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 208 24 63 0 0.88 0.70 0.18 347.28 0.79 0.45
Hex D0 18 3F 0 58 46 12 15B 4F 2D
Octal 320 30 77 0 130 106 22 533 117 55
Binary 11010000 11000 111111 0 1011000 1000110 10010 101011011 1001111 101101

Color Harmonies of #D0183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0183F

Black with #D0183F

Text Example


Text Example

White with #D0183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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