Html Css Color HEX #D2134B Crimson

📋 copy color: '#D2134B'

red 210 ◦ green 19 ◦ blue 75

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

Shades of Crimson #D2134B

Tints of Crimson #D2134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 69.08%
G = 6.25%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2134B (or 0xD2134B) is known color: Crimson. HEX triplet: D2, 13 and 4B. RGB value is (210,19,75). Sum of RGB (Red+Green+Blue) = 210+19+75=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2134B is #2DECB4. Grayscale: #525252. Windows color (decimal): -3009717 or 4920274. OLE color: 4920274.

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

Color convert

RGB 210 19 75 -
CMYK 0 0.91 0.64 0.18
HSL 342.41º 0.83% 0.45% -
HSV(B) 342.41º 0.91% 0.82% -
XYZ 28.08 14.68 8.01 -
YUV 82.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 210 19 75 0 0.91 0.64 0.18 342.41 0.83 0.45
Hex D2 13 4B 0 5B 40 12 156 53 2D
Octal 322 23 113 0 133 100 22 526 123 55
Binary 11010010 10011 1001011 0 1011011 1000000 10010 101010110 1010011 101101

Color Harmonies of #D2134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2134B

Black with #D2134B

Text Example


Text Example

White with #D2134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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