Html Css Color HEX #D21835 Crimson

📋 copy color: '#D21835'

red 210 ◦ green 24 ◦ blue 53

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

Shades of Crimson #D21835

Tints of Crimson #D21835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 73.17%
G = 8.36%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21835 (or 0xD21835) is known color: Crimson. HEX triplet: D2, 18 and 35. RGB value is (210,24,53). Sum of RGB (Red+Green+Blue) = 210+24+53=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21835 is #2DE7CA. Grayscale: #525252. Windows color (decimal): -3008459 or 3479762. OLE color: 3479762.

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

Color convert

RGB 210 24 53 -
CMYK 0 0.89 0.75 0.18
HSL 350.65º 0.79% 0.46% -
HSV(B) 350.65º 0.89% 0.82% -
XYZ 27.55 14.61 4.74 -
YUV 82.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 210 24 53 0 0.89 0.75 0.18 350.65 0.79 0.46
Hex D2 18 35 0 59 4B 12 15F 4F 2E
Octal 322 30 65 0 131 113 22 537 117 56
Binary 11010010 11000 110101 0 1011001 1001011 10010 101011111 1001111 101110

Color Harmonies of #D21835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21835

Black with #D21835

Text Example


Text Example

White with #D21835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21835; }

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

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

background-color css

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

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

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

border-color css

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

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

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