Html Css Color HEX #DC003D Crimson

📋 copy color: '#DC003D'

red 220 ◦ green 0 ◦ blue 61

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

Shades of Crimson #DC003D

Tints of Crimson #DC003D

RGB

 RED value IS 220 (86.33% from 255) = 78.29%

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 78.29%
G = 0%
B = 21.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC003D (or 0xDC003D) is known color: Crimson. HEX triplet: DC, 00 and 3D. RGB value is (220,0,61). Sum of RGB (Red+Green+Blue) = 220+0+61=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC003D is #23FFC2. Grayscale: #484848. Windows color (decimal): -2359235 or 3997916. OLE color: 3997916.

HSL color Cylindrical-coordinate representation of color #DC003D: hue angle of 343.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC003D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 61 -
CMYK 0 1 0.72 0.14
HSL 343.36º 1% 0.43% -
HSV(B) 343.36º 1% 0.86% -
XYZ 30.36 15.55 5.82 -
YUV 72.73 121.39 233.04 -
System Red Green Blue C M Y K H S L
Decimal 220 0 61 0 1 0.72 0.14 343.36 1 0.43
Hex DC 0 3D 0 64 48 E 157 64 2B
Octal 334 0 75 0 144 110 16 527 144 53
Binary 11011100 0 111101 0 1100100 1001000 1110 101010111 1100100 101011

Color Harmonies of #DC003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC003D

Black with #DC003D

Text Example


Text Example

White with #DC003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC003D; }

 p { color: rgb(220,0,61); }

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

background-color css

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

 a { background-color: rgb(220,0,61); }

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

border-color css

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

 span { border-color: rgb(220,0,61); }

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