Html Css Color HEX #D2123A Crimson

📋 copy color: '#D2123A'

red 210 ◦ green 18 ◦ blue 58

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

Shades of Crimson #D2123A

Tints of Crimson #D2123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 73.43%
G = 6.29%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2123A (or 0xD2123A) is known color: Crimson. HEX triplet: D2, 12 and 3A. RGB value is (210,18,58). Sum of RGB (Red+Green+Blue) = 210+18+58=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2123A is #2DEDC5. Grayscale: #505050. Windows color (decimal): -3009990 or 3805906. OLE color: 3805906.

HSL color Cylindrical-coordinate representation of color #D2123A: hue angle of 347.5º degrees, saturation: 0.84, 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 #D2123A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 58 -
CMYK 0 0.91 0.72 0.18
HSL 347.5º 0.84% 0.45% -
HSV(B) 347.5º 0.91% 0.82% -
XYZ 27.56 14.44 5.34 -
YUV 79.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 210 18 58 0 0.91 0.72 0.18 347.5 0.84 0.45
Hex D2 12 3A 0 5B 48 12 15C 54 2D
Octal 322 22 72 0 133 110 22 534 124 55
Binary 11010010 10010 111010 0 1011011 1001000 10010 101011100 1010100 101101

Color Harmonies of #D2123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2123A

Black with #D2123A

Text Example


Text Example

White with #D2123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2123A; }

 p { color: rgb(210,18,58); }

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

background-color css

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

 a { background-color: rgb(210,18,58); }

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

border-color css

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

 span { border-color: rgb(210,18,58); }

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