Html Css Color HEX #D5002C Crimson

📋 copy color: '#D5002C'

red 213 ◦ green 0 ◦ blue 44

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

Shades of Crimson #D5002C

Tints of Crimson #D5002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 82.88%
G = 0%
B = 17.12%

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

#D5002C (or 0xD5002C) is known color: Crimson. HEX triplet: D5, 00 and 2C. RGB value is (213,0,44). Sum of RGB (Red+Green+Blue) = 213+0+44=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D5002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5002C is #2AFFD3. Grayscale: #444444. Windows color (decimal): -2818004 or 2883797. OLE color: 2883797.

HSL color Cylindrical-coordinate representation of color #D5002C: hue angle of 347.61º 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 #D5002C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 44 -
CMYK 0 1 0.79 0.16
HSL 347.61º 1% 0.42% -
HSV(B) 347.61º 1% 0.84% -
XYZ 27.9 14.33 3.68 -
YUV 68.7 114.07 230.92 -
System Red Green Blue C M Y K H S L
Decimal 213 0 44 0 1 0.79 0.16 347.61 1 0.42
Hex D5 0 2C 0 64 4F 10 15C 64 2A
Octal 325 0 54 0 144 117 20 534 144 52
Binary 11010101 0 101100 0 1100100 1001111 10000 101011100 1100100 101010

Color Harmonies of #D5002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5002C

Black with #D5002C

Text Example


Text Example

White with #D5002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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