Html Css Color HEX #D20F3A Crimson

📋 copy color: '#D20F3A'

red 210 ◦ green 15 ◦ blue 58

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

Shades of Crimson #D20F3A

Tints of Crimson #D20F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 74.2%
G = 5.3%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D20F3A (or 0xD20F3A) is known color: Crimson. HEX triplet: D2, 0F and 3A. RGB value is (210,15,58). Sum of RGB (Red+Green+Blue) = 210+15+58=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20F3A is #2DF0C5. Grayscale: #4E4E4E. Windows color (decimal): -3010758 or 3805138. OLE color: 3805138.

HSL color Cylindrical-coordinate representation of color #D20F3A: hue angle of 346.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F3A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 58 -
CMYK 0 0.93 0.72 0.18
HSL 346.77º 0.87% 0.44% -
HSV(B) 346.77º 0.93% 0.82% -
XYZ 27.51 14.35 5.32 -
YUV 78.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 210 15 58 0 0.93 0.72 0.18 346.77 0.87 0.44
Hex D2 F 3A 0 5D 48 12 15B 57 2C
Octal 322 17 72 0 135 110 22 533 127 54
Binary 11010010 1111 111010 0 1011101 1001000 10010 101011011 1010111 101100

Color Harmonies of #D20F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F3A

Black with #D20F3A

Text Example


Text Example

White with #D20F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F3A; }

 p { color: rgb(210,15,58); }

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

background-color css

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

 a { background-color: rgb(210,15,58); }

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

border-color css

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

 span { border-color: rgb(210,15,58); }

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