Html Css Color HEX #DC0630 Crimson

📋 copy color: '#DC0630'

red 220 ◦ green 6 ◦ blue 48

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

Shades of Crimson #DC0630

Tints of Crimson #DC0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 80.29%
G = 2.19%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0630 (or 0xDC0630) is known color: Crimson. HEX triplet: DC, 06 and 30. RGB value is (220,6,48). Sum of RGB (Red+Green+Blue) = 220+6+48=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0630 is #23F9CF. Grayscale: #4A4A4A. Windows color (decimal): -2357712 or 3147484. OLE color: 3147484.

HSL color Cylindrical-coordinate representation of color #DC0630: hue angle of 348.22º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0630 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 48 -
CMYK 0 0.97 0.78 0.14
HSL 348.22º 0.95% 0.44% -
HSV(B) 348.22º 0.97% 0.86% -
XYZ 30.11 15.56 4.21 -
YUV 74.77 112.9 231.58 -
System Red Green Blue C M Y K H S L
Decimal 220 6 48 0 0.97 0.78 0.14 348.22 0.95 0.44
Hex DC 6 30 0 61 4E E 15C 5F 2C
Octal 334 6 60 0 141 116 16 534 137 54
Binary 11011100 110 110000 0 1100001 1001110 1110 101011100 1011111 101100

Color Harmonies of #DC0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0630

Black with #DC0630

Text Example


Text Example

White with #DC0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0630; }

 p { color: rgb(220,6,48); }

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

background-color css

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

 a { background-color: rgb(220,6,48); }

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

border-color css

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

 span { border-color: rgb(220,6,48); }

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