Html Css Color HEX #D2133C Crimson

📋 copy color: '#D2133C'

red 210 ◦ green 19 ◦ blue 60

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

Shades of Crimson #D2133C

Tints of Crimson #D2133C

RGB

 RED value IS 210 (82.42% from 255) = 72.66%

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 72.66%
G = 6.57%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2133C (or 0xD2133C) is known color: Crimson. HEX triplet: D2, 13 and 3C. RGB value is (210,19,60). Sum of RGB (Red+Green+Blue) = 210+19+60=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133C is #2DECC3. Grayscale: #505050. Windows color (decimal): -3009732 or 3937234. OLE color: 3937234.

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

Color convert

RGB 210 19 60 -
CMYK 0 0.91 0.71 0.18
HSL 347.12º 0.83% 0.45% -
HSV(B) 347.12º 0.91% 0.82% -
XYZ 27.63 14.49 5.62 -
YUV 80.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 210 19 60 0 0.91 0.71 0.18 347.12 0.83 0.45
Hex D2 13 3C 0 5B 47 12 15B 53 2D
Octal 322 23 74 0 133 107 22 533 123 55
Binary 11010010 10011 111100 0 1011011 1000111 10010 101011011 1010011 101101

Color Harmonies of #D2133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2133C

Black with #D2133C

Text Example


Text Example

White with #D2133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2133C; }

 p { color: rgb(210,19,60); }

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

background-color css

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

 a { background-color: rgb(210,19,60); }

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

border-color css

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

 span { border-color: rgb(210,19,60); }

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