Html Css Color HEX #D3143D Crimson

📋 copy color: '#D3143D'

red 211 ◦ green 20 ◦ blue 61

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

Shades of Crimson #D3143D

Tints of Crimson #D3143D

RGB

 RED value IS 211 (82.81% from 255) = 72.26%

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 72.26%
G = 6.85%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3143D (or 0xD3143D) is known color: Crimson. HEX triplet: D3, 14 and 3D. RGB value is (211,20,61). Sum of RGB (Red+Green+Blue) = 211+20+61=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3143D is #2CEBC2. Grayscale: #515151. Windows color (decimal): -2943939 or 4003027. OLE color: 4003027.

HSL color Cylindrical-coordinate representation of color #D3143D: hue angle of 347.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3143D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 61 -
CMYK 0 0.91 0.71 0.17
HSL 347.12º 0.83% 0.45% -
HSV(B) 347.12º 0.91% 0.83% -
XYZ 27.96 14.69 5.78 -
YUV 81.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 211 20 61 0 0.91 0.71 0.17 347.12 0.83 0.45
Hex D3 14 3D 0 5B 47 11 15B 53 2D
Octal 323 24 75 0 133 107 21 533 123 55
Binary 11010011 10100 111101 0 1011011 1000111 10001 101011011 1010011 101101

Color Harmonies of #D3143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3143D

Black with #D3143D

Text Example


Text Example

White with #D3143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3143D; }

 p { color: rgb(211,20,61); }

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

background-color css

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

 a { background-color: rgb(211,20,61); }

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

border-color css

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

 span { border-color: rgb(211,20,61); }

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