Html Css Color HEX #D2023A Crimson

📋 copy color: '#D2023A'

red 210 ◦ green 2 ◦ blue 58

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

Shades of Crimson #D2023A

Tints of Crimson #D2023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 77.78%
G = 0.74%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2023A (or 0xD2023A) is known color: Crimson. HEX triplet: D2, 02 and 3A. RGB value is (210,2,58). Sum of RGB (Red+Green+Blue) = 210+2+58=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023A is #2DFDC5. Grayscale: #464646. Windows color (decimal): -3014086 or 3801810. OLE color: 3801810.

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

Color convert

RGB 210 2 58 -
CMYK 0 0.99 0.72 0.18
HSL 343.85º 0.98% 0.42% -
HSV(B) 343.85º 0.99% 0.82% -
XYZ 27.36 14.05 5.27 -
YUV 70.58 120.91 227.45 -
System Red Green Blue C M Y K H S L
Decimal 210 2 58 0 0.99 0.72 0.18 343.85 0.98 0.42
Hex D2 2 3A 0 63 48 12 158 62 2A
Octal 322 2 72 0 143 110 22 530 142 52
Binary 11010010 10 111010 0 1100011 1001000 10010 101011000 1100010 101010

Color Harmonies of #D2023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2023A

Black with #D2023A

Text Example


Text Example

White with #D2023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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