Html Css Color HEX #D5002D Crimson

📋 copy color: '#D5002D'

red 213 ◦ green 0 ◦ blue 45

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

Shades of Crimson #D5002D

Tints of Crimson #D5002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.56%
G = 0%
B = 17.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5002D (or 0xD5002D) is known color: Crimson. HEX triplet: D5, 00 and 2D. RGB value is (213,0,45). Sum of RGB (Red+Green+Blue) = 213+0+45=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D5002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5002D is #2AFFD2. Grayscale: #444444. Windows color (decimal): -2818003 or 2949333. OLE color: 2949333.

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

Color convert

RGB 213 0 45 -
CMYK 0 1 0.79 0.16
HSL 347.32º 1% 0.42% -
HSV(B) 347.32º 1% 0.84% -
XYZ 27.91 14.34 3.78 -
YUV 68.82 114.57 230.84 -
System Red Green Blue C M Y K H S L
Decimal 213 0 45 0 1 0.79 0.16 347.32 1 0.42
Hex D5 0 2D 0 64 4F 10 15B 64 2A
Octal 325 0 55 0 144 117 20 533 144 52
Binary 11010101 0 101101 0 1100100 1001111 10000 101011011 1100100 101010

Color Harmonies of #D5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5002D

Black with #D5002D

Text Example


Text Example

White with #D5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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