Html Css Color HEX #D21630 Crimson

📋 copy color: '#D21630'

red 210 ◦ green 22 ◦ blue 48

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

Shades of Crimson #D21630

Tints of Crimson #D21630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 75%
G = 7.86%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21630 (or 0xD21630) is known color: Crimson. HEX triplet: D2, 16 and 30. RGB value is (210,22,48). Sum of RGB (Red+Green+Blue) = 210+22+48=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21630 is #2DE9CF. Grayscale: #515151. Windows color (decimal): -3008976 or 3151570. OLE color: 3151570.

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

Color convert

RGB 210 22 48 -
CMYK 0 0.90 0.77 0.18
HSL 351.7º 0.81% 0.45% -
HSV(B) 351.7º 0.9% 0.82% -
XYZ 27.4 14.49 4.15 -
YUV 81.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 210 22 48 0 0.90 0.77 0.18 351.7 0.81 0.45
Hex D2 16 30 0 5A 4D 12 160 51 2D
Octal 322 26 60 0 132 115 22 540 121 55
Binary 11010010 10110 110000 0 1011010 1001101 10010 101100000 1010001 101101

Color Harmonies of #D21630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21630

Black with #D21630

Text Example


Text Example

White with #D21630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21630; }

 p { color: rgb(210,22,48); }

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

background-color css

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

 a { background-color: rgb(210,22,48); }

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

border-color css

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

 span { border-color: rgb(210,22,48); }

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