Html Css Color HEX #D21235 Crimson

📋 copy color: '#D21235'

red 210 ◦ green 18 ◦ blue 53

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

Shades of Crimson #D21235

Tints of Crimson #D21235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 74.73%
G = 6.41%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21235 (or 0xD21235) is known color: Crimson. HEX triplet: D2, 12 and 35. RGB value is (210,18,53). Sum of RGB (Red+Green+Blue) = 210+18+53=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21235 is #2DEDCA. Grayscale: #4F4F4F. Windows color (decimal): -3009995 or 3478226. OLE color: 3478226.

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

Color convert

RGB 210 18 53 -
CMYK 0 0.91 0.75 0.18
HSL 349.06º 0.84% 0.45% -
HSV(B) 349.06º 0.91% 0.82% -
XYZ 27.44 14.39 4.7 -
YUV 79.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 210 18 53 0 0.91 0.75 0.18 349.06 0.84 0.45
Hex D2 12 35 0 5B 4B 12 15D 54 2D
Octal 322 22 65 0 133 113 22 535 124 55
Binary 11010010 10010 110101 0 1011011 1001011 10010 101011101 1010100 101101

Color Harmonies of #D21235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21235

Black with #D21235

Text Example


Text Example

White with #D21235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21235; }

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

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

background-color css

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

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

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

border-color css

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

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

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