Html Css Color HEX #D21848 Crimson

📋 copy color: '#D21848'

red 210 ◦ green 24 ◦ blue 72

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

Shades of Crimson #D21848

Tints of Crimson #D21848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 68.63%
G = 7.84%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21848 (or 0xD21848) is known color: Crimson. HEX triplet: D2, 18 and 48. RGB value is (210,24,72). Sum of RGB (Red+Green+Blue) = 210+24+72=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D21848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21848 is #2DE7B7. Grayscale: #555555. Windows color (decimal): -3008440 or 4724946. OLE color: 4724946.

HSL color Cylindrical-coordinate representation of color #D21848: hue angle of 344.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21848 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 72 -
CMYK 0 0.89 0.66 0.18
HSL 344.52º 0.79% 0.46% -
HSV(B) 344.52º 0.89% 0.82% -
XYZ 28.07 14.82 7.51 -
YUV 85.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 210 24 72 0 0.89 0.66 0.18 344.52 0.79 0.46
Hex D2 18 48 0 59 42 12 159 4F 2E
Octal 322 30 110 0 131 102 22 531 117 56
Binary 11010010 11000 1001000 0 1011001 1000010 10010 101011001 1001111 101110

Color Harmonies of #D21848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21848

Black with #D21848

Text Example


Text Example

White with #D21848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21848; }

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

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

background-color css

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

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

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

border-color css

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

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

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