Html Css Color HEX #D3153C Crimson

📋 copy color: '#D3153C'

red 211 ◦ green 21 ◦ blue 60

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

Shades of Crimson #D3153C

Tints of Crimson #D3153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 72.26%
G = 7.19%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3153C (or 0xD3153C) is known color: Crimson. HEX triplet: D3, 15 and 3C. RGB value is (211,21,60). Sum of RGB (Red+Green+Blue) = 211+21+60=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3153C is #2CEAC3. Grayscale: #525252. Windows color (decimal): -2943684 or 3937747. OLE color: 3937747.

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

Color convert

RGB 211 21 60 -
CMYK 0 0.90 0.72 0.17
HSL 347.68º 0.82% 0.45% -
HSV(B) 347.68º 0.9% 0.83% -
XYZ 27.95 14.71 5.64 -
YUV 82.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 211 21 60 0 0.90 0.72 0.17 347.68 0.82 0.45
Hex D3 15 3C 0 5A 48 11 15C 52 2D
Octal 323 25 74 0 132 110 21 534 122 55
Binary 11010011 10101 111100 0 1011010 1001000 10001 101011100 1010010 101101

Color Harmonies of #D3153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3153C

Black with #D3153C

Text Example


Text Example

White with #D3153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3153C; }

 p { color: rgb(211,21,60); }

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

background-color css

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

 a { background-color: rgb(211,21,60); }

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

border-color css

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

 span { border-color: rgb(211,21,60); }

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