Html Css Color HEX #D2134A Crimson

📋 copy color: '#D2134A'

red 210 ◦ green 19 ◦ blue 74

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

Shades of Crimson #D2134A

Tints of Crimson #D2134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 69.31%
G = 6.27%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2134A (or 0xD2134A) is known color: Crimson. HEX triplet: D2, 13 and 4A. RGB value is (210,19,74). Sum of RGB (Red+Green+Blue) = 210+19+74=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2134A is #2DECB5. Grayscale: #525252. Windows color (decimal): -3009718 or 4854738. OLE color: 4854738.

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

Color convert

RGB 210 19 74 -
CMYK 0 0.91 0.65 0.18
HSL 342.72º 0.83% 0.45% -
HSV(B) 342.72º 0.91% 0.82% -
XYZ 28.05 14.66 7.83 -
YUV 82.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 210 19 74 0 0.91 0.65 0.18 342.72 0.83 0.45
Hex D2 13 4A 0 5B 41 12 157 53 2D
Octal 322 23 112 0 133 101 22 527 123 55
Binary 11010010 10011 1001010 0 1011011 1000001 10010 101010111 1010011 101101

Color Harmonies of #D2134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2134A

Black with #D2134A

Text Example


Text Example

White with #D2134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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