Html Css Color HEX #D21435 Crimson

📋 copy color: '#D21435'

red 210 ◦ green 20 ◦ blue 53

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

Shades of Crimson #D21435

Tints of Crimson #D21435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 74.2%
G = 7.07%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21435 (or 0xD21435) is known color: Crimson. HEX triplet: D2, 14 and 35. RGB value is (210,20,53). Sum of RGB (Red+Green+Blue) = 210+20+53=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21435 is #2DEBCA. Grayscale: #505050. Windows color (decimal): -3009483 or 3478738. OLE color: 3478738.

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

Color convert

RGB 210 20 53 -
CMYK 0 0.90 0.75 0.18
HSL 349.58º 0.83% 0.45% -
HSV(B) 349.58º 0.9% 0.82% -
XYZ 27.47 14.46 4.71 -
YUV 80.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 210 20 53 0 0.90 0.75 0.18 349.58 0.83 0.45
Hex D2 14 35 0 5A 4B 12 15E 53 2D
Octal 322 24 65 0 132 113 22 536 123 55
Binary 11010010 10100 110101 0 1011010 1001011 10010 101011110 1010011 101101

Color Harmonies of #D21435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21435

Black with #D21435

Text Example


Text Example

White with #D21435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21435; }

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

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

background-color css

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

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

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

border-color css

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

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

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