Html Css Color HEX #D21348 Crimson

📋 copy color: '#D21348'

red 210 ◦ green 19 ◦ blue 72

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

Shades of Crimson #D21348

Tints of Crimson #D21348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 69.77%
G = 6.31%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21348 (or 0xD21348) is known color: Crimson. HEX triplet: D2, 13 and 48. RGB value is (210,19,72). Sum of RGB (Red+Green+Blue) = 210+19+72=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21348 is #2DECB7. Grayscale: #525252. Windows color (decimal): -3009720 or 4723666. OLE color: 4723666.

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

Color convert

RGB 210 19 72 -
CMYK 0 0.91 0.66 0.18
HSL 343.35º 0.83% 0.45% -
HSV(B) 343.35º 0.91% 0.82% -
XYZ 27.98 14.64 7.48 -
YUV 82.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 210 19 72 0 0.91 0.66 0.18 343.35 0.83 0.45
Hex D2 13 48 0 5B 42 12 157 53 2D
Octal 322 23 110 0 133 102 22 527 123 55
Binary 11010010 10011 1001000 0 1011011 1000010 10010 101010111 1010011 101101

Color Harmonies of #D21348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21348

Black with #D21348

Text Example


Text Example

White with #D21348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21348; }

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

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

background-color css

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

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

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

border-color css

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

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

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