Html Css Color HEX #DC0734 Crimson

📋 copy color: '#DC0734'

red 220 ◦ green 7 ◦ blue 52

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

Shades of Crimson #DC0734

Tints of Crimson #DC0734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 78.85%
G = 2.51%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0734 (or 0xDC0734) is known color: Crimson. HEX triplet: DC, 07 and 34. RGB value is (220,7,52). Sum of RGB (Red+Green+Blue) = 220+7+52=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0734 is #23F8CB. Grayscale: #4B4B4B. Windows color (decimal): -2357452 or 3409884. OLE color: 3409884.

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

Color convert

RGB 220 7 52 -
CMYK 0 0.97 0.76 0.14
HSL 347.32º 0.94% 0.45% -
HSV(B) 347.32º 0.97% 0.86% -
XYZ 30.21 15.62 4.67 -
YUV 75.82 114.57 230.84 -
System Red Green Blue C M Y K H S L
Decimal 220 7 52 0 0.97 0.76 0.14 347.32 0.94 0.45
Hex DC 7 34 0 61 4C E 15B 5E 2D
Octal 334 7 64 0 141 114 16 533 136 55
Binary 11011100 111 110100 0 1100001 1001100 1110 101011011 1011110 101101

Color Harmonies of #DC0734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0734

Black with #DC0734

Text Example


Text Example

White with #DC0734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0734; }

 p { color: rgb(220,7,52); }

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

background-color css

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

 a { background-color: rgb(220,7,52); }

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

border-color css

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

 span { border-color: rgb(220,7,52); }

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