Html Css Color HEX #D5022D Crimson

📋 copy color: '#D5022D'

red 213 ◦ green 2 ◦ blue 45

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

Shades of Crimson #D5022D

Tints of Crimson #D5022D

RGB

 RED value IS 213 (83.59% from 255) = 81.92%

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 81.92%
G = 0.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5022D (or 0xD5022D) is known color: Crimson. HEX triplet: D5, 02 and 2D. RGB value is (213,2,45). Sum of RGB (Red+Green+Blue) = 213+2+45=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5022D is #2AFDD2. Grayscale: #464646. Windows color (decimal): -2817491 or 2949845. OLE color: 2949845.

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

Color convert

RGB 213 2 45 -
CMYK 0 0.99 0.79 0.16
HSL 347.77º 0.98% 0.42% -
HSV(B) 347.77º 0.99% 0.84% -
XYZ 27.94 14.38 3.79 -
YUV 69.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 213 2 45 0 0.99 0.79 0.16 347.77 0.98 0.42
Hex D5 2 2D 0 63 4F 10 15C 62 2A
Octal 325 2 55 0 143 117 20 534 142 52
Binary 11010101 10 101101 0 1100011 1001111 10000 101011100 1100010 101010

Color Harmonies of #D5022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5022D

Black with #D5022D

Text Example


Text Example

White with #D5022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5022D; }

 p { color: rgb(213,2,45); }

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

background-color css

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

 a { background-color: rgb(213,2,45); }

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

border-color css

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

 span { border-color: rgb(213,2,45); }

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